Cache directory not found error

I ran the following command huggingface-cli scan-cache in the terminal, but it returned the following message

Cache directory not found: /Users/home/.cache/huggingface/hub

This the structure of my home directory

(base) home@ss-MacBook-Pro huggingface % ls -l
total 0
drwxr-xr-x  103 home  staff  3296 Jan 11 22:37 datasets
drwxr-xr-x    4 home  staff   128 Nov  5 23:42 modules

However, in the how to cache it does show hub as a folder under huggingface parent folder. What did I miss?

1 Like