Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -36,8 +36,8 @@ except Exception as e:
|
|
| 36 |
# 1. TEXT: Qwen 2.5 Coder
|
| 37 |
download_model "Qwen/Qwen2.5-Coder-14B-Instruct-GGUF" "qwen2.5-coder-14b-instruct-q4_k_m.gguf"
|
| 38 |
|
| 39 |
-
# 2. IMAGE: Qwen 2.5 VL
|
| 40 |
-
download_model "ggml-org/Qwen2.5-VL-7B-Instruct-GGUF" "qwen2.5-vl-7b-instruct-q4_k_m.gguf"
|
| 41 |
|
| 42 |
# 3. AUDIO: Qwen 2 Audio
|
| 43 |
download_model "gaianet/Qwen2-Audio-7B-Instruct-GGUF" "Qwen2-Audio-7B-Instruct-Q4_K_M.gguf" "qwen2-audio-7b-instruct-q4_k_m.gguf"
|
|
|
|
| 36 |
# 1. TEXT: Qwen 2.5 Coder
|
| 37 |
download_model "Qwen/Qwen2.5-Coder-14B-Instruct-GGUF" "qwen2.5-coder-14b-instruct-q4_k_m.gguf"
|
| 38 |
|
| 39 |
+
# 2. IMAGE: Qwen 2.5 VL (FIXED: correct case-sensitive filename)
|
| 40 |
+
download_model "ggml-org/Qwen2.5-VL-7B-Instruct-GGUF" "Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf" "qwen2.5-vl-7b-instruct-q4_k_m.gguf"
|
| 41 |
|
| 42 |
# 3. AUDIO: Qwen 2 Audio
|
| 43 |
download_model "gaianet/Qwen2-Audio-7B-Instruct-GGUF" "Qwen2-Audio-7B-Instruct-Q4_K_M.gguf" "qwen2-audio-7b-instruct-q4_k_m.gguf"
|