Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
|
|
| 12 |
device_map="auto",
|
| 13 |
trust_remote_code=True,
|
| 14 |
revision="main",
|
| 15 |
-
quantization_config=QuantizationConfig(disable_exllama=True)
|
| 16 |
)
|
| 17 |
|
| 18 |
tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
|
|
|
|
| 12 |
device_map="auto",
|
| 13 |
trust_remote_code=True,
|
| 14 |
revision="main",
|
| 15 |
+
#quantization_config=QuantizationConfig(disable_exllama=True)
|
| 16 |
)
|
| 17 |
|
| 18 |
tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
|