Soumik Bose commited on
Commit
ca38361
·
1 Parent(s): 80e7d10
Files changed (1) hide show
  1. config.py +2 -2
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 = "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
 
 
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