hmrizal commited on
Commit
8e2abaf
·
verified ·
1 Parent(s): 8a23d55

update model_key qwen2.5 coder instruct gguf

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ MODEL_CONFIG = {
55
  "description": "1.3B model for code and data analysis",
56
  "dtype": torch.float16 if torch.cuda.is_available() else torch.float32
57
  },
58
- "Qwen2.5 Coder Instruct": {
59
  "name": "Qwen/Qwen2.5-Coder-3B-Instruct-GGUF",
60
  "description": "3B model specialized for code and technical applications",
61
  "dtype": torch.float16 if torch.cuda.is_available() else torch.float32
 
55
  "description": "1.3B model for code and data analysis",
56
  "dtype": torch.float16 if torch.cuda.is_available() else torch.float32
57
  },
58
+ "Qwen2.5 Coder Instruct GGUF": {
59
  "name": "Qwen/Qwen2.5-Coder-3B-Instruct-GGUF",
60
  "description": "3B model specialized for code and technical applications",
61
  "dtype": torch.float16 if torch.cuda.is_available() else torch.float32