pub fn hf_cache_dir() -> Result<PathBuf, FetchError>Expand description
Returns the HuggingFace Hub cache directory.
Resolution order:
HF_HOMEenvironment variable +/hub~/.cache/huggingface/hub/(viadirs::home_dir())
§Errors
Returns FetchError::Io if the home directory cannot be determined.