Spaces:
Running
Running
Soumik Bose commited on
Commit ·
ca38361
1
Parent(s): 80e7d10
ok
Browse files
config.py
CHANGED
|
@@ -22,8 +22,8 @@ class Config:
|
|
| 22 |
|
| 23 |
# Vision Model Configuration
|
| 24 |
VISION_MODEL_REPO: str = "ggml-org/SmolVLM-500M-Instruct-GGUF"
|
| 25 |
-
VISION_MODEL_FILE: str = "
|
| 26 |
-
VISION_MMPROJ_FILE: str = "mmproj-
|
| 27 |
VISION_MODEL_CTX: int = 2048
|
| 28 |
VISION_MODEL_BATCH: int = 512
|
| 29 |
|
|
|
|
| 22 |
|
| 23 |
# Vision Model Configuration
|
| 24 |
VISION_MODEL_REPO: str = "ggml-org/SmolVLM-500M-Instruct-GGUF"
|
| 25 |
+
VISION_MODEL_FILE: str = "SmolVLM-500M-Instruct-Q8_0.gguf"
|
| 26 |
+
VISION_MMPROJ_FILE: str = "mmproj-SmolVLM-500M-Instruct-f16.gguf"
|
| 27 |
VISION_MODEL_CTX: int = 2048
|
| 28 |
VISION_MODEL_BATCH: int = 512
|
| 29 |
|