Jolly6443 commited on
Commit
770e9e8
·
verified ·
1 Parent(s): fd8d54e

Sync: fix Qwen general-role model repo in shared catalogue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ CURATED_MODELS = {
49
  "label": "Qwen 2.5 7B Instruct",
50
  "emoji": "⚡",
51
  "category": "Best General",
52
- "repo": "Qwen/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.",
 
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.",