Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ model = AutoPeftModelForCausalLM.from_pretrained(
|
|
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
|
24 |
)
|
|
|
18 |
low_cpu_mem_usage=True,
|
19 |
return_dict=True,
|
20 |
torch_dtype=torch.float32,
|
|
|
21 |
trust_remote_code=True,
|
22 |
quantization_config = gptq_config
|
23 |
)
|