Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|