Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ from smolagents import (
|
|
| 23 |
|
| 24 |
# 1. Load a powerful model (32B+)
|
| 25 |
model = TransformersModel(
|
| 26 |
-
model_id="
|
| 27 |
device_map="auto",
|
| 28 |
trust_remote_code=True
|
| 29 |
)
|
|
|
|
| 23 |
|
| 24 |
# 1. Load a powerful model (32B+)
|
| 25 |
model = TransformersModel(
|
| 26 |
+
model_id="QwQ-32B-gptqmodel-4bit-vortex-v1", # Or use EXAONE-Deep-32B-GGUF, DeepSeek-R1-distill-Qwen-32B-4bit, etc.
|
| 27 |
device_map="auto",
|
| 28 |
trust_remote_code=True
|
| 29 |
)
|