Return the HuggingFace hub cache directory if it exists.
()
| 222 | |
| 223 | /// Return the HuggingFace hub cache directory if it exists. |
| 224 | fn hf_cache_dir() -> Option<PathBuf> { |
| 225 | super::hf::hf_cache_dir() |
| 226 | } |
| 227 | |
| 228 | /// Return the Cake cluster cache directory if it exists. |
| 229 | fn cake_cache_dir() -> Option<PathBuf> { |