Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ MODELS = {
|
|
| 52 |
"model_repo": "mradermacher/InternVL3_5-1B-GGUF",
|
| 53 |
"clip_repo": "mradermacher/InternVL3_5-1B-GGUF",
|
| 54 |
"model_prefix": "InternVL3_5-1B",
|
| 55 |
-
"clip_prefix": "InternVL3_5-1B.mmproj
|
| 56 |
"model_variants": [
|
| 57 |
"IQ4_XS", "Q2_K", "Q3_K_L", "Q3_K_M", "Q3_K_S",
|
| 58 |
"Q4_K_M", "Q4_K_S", "Q5_K_M", "Q5_K_S", "Q6_K",
|
|
|
|
| 52 |
"model_repo": "mradermacher/InternVL3_5-1B-GGUF",
|
| 53 |
"clip_repo": "mradermacher/InternVL3_5-1B-GGUF",
|
| 54 |
"model_prefix": "InternVL3_5-1B",
|
| 55 |
+
"clip_prefix": "InternVL3_5-1B.mmproj", # Includes hyphen to match file names
|
| 56 |
"model_variants": [
|
| 57 |
"IQ4_XS", "Q2_K", "Q3_K_L", "Q3_K_M", "Q3_K_S",
|
| 58 |
"Q4_K_M", "Q4_K_S", "Q5_K_M", "Q5_K_S", "Q6_K",
|