fartinalbania commited on
Commit
513261a
·
verified ·
1 Parent(s): bec7517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ app.add_middleware(
21
  allow_headers=["*"],
22
  )
23
 
24
- MODEL_ID = "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B"
25
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
26
 
27
  # Load model and tokenizer
 
21
  allow_headers=["*"],
22
  )
23
 
24
+ MODEL_ID = "unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF"
25
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
26
 
27
  # Load model and tokenizer