Sync: fix Qwen general-role model repo in shared catalogue
Browse files
app.py
CHANGED
|
@@ -49,8 +49,8 @@ CURATED_MODELS = {
|
|
| 49 |
"label": "Qwen 2.5 7B Instruct",
|
| 50 |
"emoji": "⚡",
|
| 51 |
"category": "Best General",
|
| 52 |
-
"repo": "
|
| 53 |
-
"file": "*
|
| 54 |
"ram_gb": 4.8,
|
| 55 |
"n_ctx": 8192,
|
| 56 |
"description": "Alibaba's flagship 7B model — extremely capable, multilingual, fast. Best all-rounder for daily use.",
|
|
|
|
| 49 |
"label": "Qwen 2.5 7B Instruct",
|
| 50 |
"emoji": "⚡",
|
| 51 |
"category": "Best General",
|
| 52 |
+
"repo": "bartowski/Qwen2.5-7B-Instruct-GGUF",
|
| 53 |
+
"file": "*Q4_K_M.gguf",
|
| 54 |
"ram_gb": 4.8,
|
| 55 |
"n_ctx": 8192,
|
| 56 |
"description": "Alibaba's flagship 7B model — extremely capable, multilingual, fast. Best all-rounder for daily use.",
|