Aneeth commited on
Commit
34a26bf
·
verified ·
1 Parent(s): df85b35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ import streamlit as st
15
  gptq_config = GPTQConfig(bits=4, disable_exllama=True)
16
  model = AutoPeftModelForCausalLM.from_pretrained(
17
  "Aneeth/zephyr_10k",
18
- low_cpu_mem_usage=True,
19
  return_dict=True,
20
  torch_dtype=torch.float32,
21
  trust_remote_code=True,
 
15
  gptq_config = GPTQConfig(bits=4, disable_exllama=True)
16
  model = AutoPeftModelForCausalLM.from_pretrained(
17
  "Aneeth/zephyr_10k",
 
18
  return_dict=True,
19
  torch_dtype=torch.float32,
20
  trust_remote_code=True,