• Your Name's avatar
    Centralize all model loading/downloading logic in codai.models.cache · c93d4a6b
    Your Name authored
    - Added unified load_model() function as main entry point for model loading
    - Updated WhisperServerManager to use centralized load_model() instead of inline logic
    - Removed proxy methods from MultiModelManager - use cache module directly
    - All cache functions now work seamlessly with both GGUF and HF model caches
    - Improved separation of concerns: cache module handles all caching/downloading
    c93d4a6b
Name
Last commit
Last update
..
api Loading commit data...
backends Loading commit data...
models Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
main.py Loading commit data...