Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
|
| 7 |
# from google.colab import userdata
|
| 8 |
import os
|
| 9 |
|
| 10 |
-
model_id = "somosnlp/
|
| 11 |
bnb_config = BitsAndBytesConfig(
|
| 12 |
load_in_4bit=True,
|
| 13 |
bnb_4bit_quant_type="nf4",
|
|
|
|
| 7 |
# from google.colab import userdata
|
| 8 |
import os
|
| 9 |
|
| 10 |
+
model_id = "somosnlp/GemmaColRAC-AeroExpert"
|
| 11 |
bnb_config = BitsAndBytesConfig(
|
| 12 |
load_in_4bit=True,
|
| 13 |
bnb_4bit_quant_type="nf4",
|