Spaces:
Running
on
Zero
Running
on
Zero
Ventsislav Muchinov
commited on
Commit
•
3fe0eef
1
Parent(s):
de66c65
Upload app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
24 |
device_map="cuda",
|
25 |
trust_remote_code=True,
|
26 |
low_cpu_mem_usage=True,
|
27 |
-
quantize_config=quantization_config
|
28 |
token=ACCESS_TOKEN).to("cuda")
|
29 |
|
30 |
tokenizer = AutoTokenizer.from_pretrained(
|
|
|
24 |
device_map="cuda",
|
25 |
trust_remote_code=True,
|
26 |
low_cpu_mem_usage=True,
|
27 |
+
quantize_config=quantization_config,
|
28 |
token=ACCESS_TOKEN).to("cuda")
|
29 |
|
30 |
tokenizer = AutoTokenizer.from_pretrained(
|