Expand description
Cache Management for CoreML Models and Runtime Data
This module provides centralized cache management for:
- Downloaded models from HuggingFace
- CoreML runtime caches (e5rt)
- Temporary build artifacts
The goal is to provide better control over cache locations and cleanup.
Structsยง
- Cache
Manager - Central cache manager for candle-coreml