Module manager

Module manager 

Source
Expand description

Cache Management for CoreML Models and Runtime Data

This module provides centralized cache management for:

  1. Downloaded models from HuggingFace
  2. CoreML runtime caches (e5rt)
  3. Temporary build artifacts

The goal is to provide better control over cache locations and cleanup.

Structsยง

CacheManager
Central cache manager for candle-coreml