pub fn model_dir(cache_dir: &Path, source: &str) -> PathBuf
On-disk directory for a model source: hf:org/repo → <cache_dir>/org/repo, file://<path> or a bare path used as-is.
source
hf:org/repo
<cache_dir>/org/repo
file://<path>