Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ model = transformers.AutoModelForCausalLM.from_pretrained(
|
|
| 56 |
model_id,
|
| 57 |
trust_remote_code=True,
|
| 58 |
config=model_config,
|
| 59 |
-
quantization_config=bnb_config,
|
| 60 |
token=HF_TOKEN,
|
| 61 |
# use_auth_token=hf_auth
|
| 62 |
)
|
|
|
|
| 56 |
model_id,
|
| 57 |
trust_remote_code=True,
|
| 58 |
config=model_config,
|
| 59 |
+
# quantization_config=bnb_config,
|
| 60 |
token=HF_TOKEN,
|
| 61 |
# use_auth_token=hf_auth
|
| 62 |
)
|