You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: cannot import name 'cached_download' from 'huggingface_hub'
Description:
I encountered an ImportError when trying to import cached_download from the huggingface_hub package. This function is required for model caching and downloading, but it seems to be unavailable in the current version of the library.
Steps to Reproduce:
Install huggingface_hub version 0.25.2.
update you requirements.txt with huggingface_hub==0.25.2
The text was updated successfully, but these errors were encountered:
ImportError: cannot import name 'cached_download' from 'huggingface_hub'
Description:
I encountered an
ImportError
when trying to importcached_download
from thehuggingface_hub
package. This function is required for model caching and downloading, but it seems to be unavailable in the current version of the library.Steps to Reproduce:
huggingface_hub
version 0.25.2.The text was updated successfully, but these errors were encountered: