Spaces:
Running
Running
update model_key qwen2.5 coder instruct gguf
Browse files
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
|