in src/lib.rs [198:204]
fn default() -> Self {
let mut path = dirs::home_dir().expect("Cache directory cannot be found");
path.push(".cache");
path.push("huggingface");
path.push("hub");
Self::new(path)
}