Luigi commited on
Commit
e53e448
·
1 Parent(s): 01262c3

default to 256m f16 model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "f16"],
25
- "clip_variants": ["Q8_0", "f16"],
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",