Luigi commited on
Commit
c1308b8
·
verified ·
1 Parent(s): 0107a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-", # 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",
 
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",