arnavagarwal78 commited on
Commit
0fcde02
·
verified ·
1 Parent(s): 7c4b79f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ from smolagents import (
23
 
24
  # 1. Load a powerful model (32B+)
25
  model = TransformersModel(
26
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct", # Or Mixtral 8x22B, DBRX, etc.
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
  )