Hanzo03 commited on
Commit
37ee371
·
verified ·
1 Parent(s): 9c6c980

Update utils/config.py

Browse files
Files changed (1) hide show
  1. 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="2024-08-26")
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")