Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ model = AutoPeftModelForCausalLM.from_pretrained(
|
|
17 |
"Aneeth/zephyr_10k",
|
18 |
low_cpu_mem_usage=True,
|
19 |
return_dict=True,
|
20 |
-
torch_dtype=torch.
|
21 |
device_map="cpu",
|
22 |
trust_remote_code=True,
|
23 |
quantization_config = gptq_config
|
|
|
17 |
"Aneeth/zephyr_10k",
|
18 |
low_cpu_mem_usage=True,
|
19 |
return_dict=True,
|
20 |
+
torch_dtype=torch.float32,
|
21 |
device_map="cpu",
|
22 |
trust_remote_code=True,
|
23 |
quantization_config = gptq_config
|