pub fn resolve_provider_cache_root(provider: &str) -> PathBufExpand description
Resolve the root cache directory for a provider (no model sub-directory).
Used when setting a process-global cache env var (e.g. HF_HOME for mistralrs)
before the first model load.
Priority:
UNI_CACHE_DIRenv var – resolves to$UNI_CACHE_DIR/<provider>.uni_cache/<provider>– default