Implement dynamic model management system
- Add vidai/models.py with abstract base classes for different model types - Support multiple HuggingFace transformers models (vision-language, text-only) - Auto-detect model types from model names/paths - Add model type configuration options (--model-type) - Update worker_analysis.py to use dynamic model loading instead of hardcoded Qwen - Maintain backward compatibility with existing model configurations
Showing
vidai/models.py
0 → 100644
Please
register
or
sign in
to comment