Spaces:
Sleeping
Sleeping
nova commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,10 +10,10 @@ token = os.environ.get("HF_TOKEN")
|
|
| 10 |
|
| 11 |
print("Cargando Lumin Nano 2.1 (GGUF Optimized)...")
|
| 12 |
|
| 13 |
-
|
| 14 |
tokenizer = AutoTokenizer.from_pretrained(model_id, token=token, trust_remote_code=True)
|
| 15 |
|
| 16 |
-
|
| 17 |
model = AutoModelForCausalLM.from_pretrained(
|
| 18 |
model_id,
|
| 19 |
gguf_file=gguf_file,
|
|
|
|
| 10 |
|
| 11 |
print("Cargando Lumin Nano 2.1 (GGUF Optimized)...")
|
| 12 |
|
| 13 |
+
|
| 14 |
tokenizer = AutoTokenizer.from_pretrained(model_id, token=token, trust_remote_code=True)
|
| 15 |
|
| 16 |
+
|
| 17 |
model = AutoModelForCausalLM.from_pretrained(
|
| 18 |
model_id,
|
| 19 |
gguf_file=gguf_file,
|