Spaces:
Running
Running
default to 256m f16 model
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ MODELS = {
|
|
21 |
"clip_repo": "ggml-org/SmolVLM2-256M-Video-Instruct-GGUF",
|
22 |
"model_prefix": "SmolVLM2-256M-Video-Instruct",
|
23 |
"clip_prefix": "mmproj-SmolVLM2-256M-Video-Instruct",
|
24 |
-
"model_variants": ["Q8_0", "Q2_K",
|
25 |
-
"clip_variants": ["
|
26 |
},
|
27 |
"500M": {
|
28 |
"model_repo": "mradermacher/SmolVLM2-500M-Video-Instruct-GGUF",
|
|
|
21 |
"clip_repo": "ggml-org/SmolVLM2-256M-Video-Instruct-GGUF",
|
22 |
"model_prefix": "SmolVLM2-256M-Video-Instruct",
|
23 |
"clip_prefix": "mmproj-SmolVLM2-256M-Video-Instruct",
|
24 |
+
"model_variants": ["f16", "Q8_0", "Q2_K", ],
|
25 |
+
"clip_variants": ["f16", "Q8_0", ],
|
26 |
},
|
27 |
"500M": {
|
28 |
"model_repo": "mradermacher/SmolVLM2-500M-Video-Instruct-GGUF",
|