Spaces:
Running
Running
Update utils/config.py
Browse files- utils/config.py +1 -1
utils/config.py
CHANGED
|
@@ -26,7 +26,7 @@ class AppConfig(BaseModel):
|
|
| 26 |
cache_dir: str = Field(default="/tmp/video_cache.zarr", description="Strict Zarr v3 SSD cache")
|
| 27 |
clip_model_id: str = Field(default="openai/clip-vit-base-patch32")
|
| 28 |
vlm_model_id: str = Field(default="vikhyatk/moondream2")
|
| 29 |
-
vlm_revision: str = Field(default="
|
| 30 |
collection_name: str = Field(default="multimodal_rag")
|
| 31 |
default_fps: int = Field(default=1)
|
| 32 |
batch_size: int = Field(default=64, description="Batch size for faster CLIP processing")
|
|
|
|
| 26 |
cache_dir: str = Field(default="/tmp/video_cache.zarr", description="Strict Zarr v3 SSD cache")
|
| 27 |
clip_model_id: str = Field(default="openai/clip-vit-base-patch32")
|
| 28 |
vlm_model_id: str = Field(default="vikhyatk/moondream2")
|
| 29 |
+
vlm_revision: str = Field(default="main")
|
| 30 |
collection_name: str = Field(default="multimodal_rag")
|
| 31 |
default_fps: int = Field(default=1)
|
| 32 |
batch_size: int = Field(default=64, description="Batch size for faster CLIP processing")
|