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
When I try run from huggingface_hub import ( create_repo, get_hf_file_metadata, hf_hub_download, hf_hub_url, repo_type_and_id_from_hf_id, upload_folder)
meet error, the info is "ImportError: cannot import name 'get_hf_file_metadata' from 'huggingface_hub' (/opt/conda/lib/python3.7/site-packages/huggingface_hub/init.py)"
And my timm version is 0.9.2, huggingface_hub version is 0.14.1
The text was updated successfully, but these errors were encountered:
When I try run
from huggingface_hub import ( create_repo, get_hf_file_metadata, hf_hub_download, hf_hub_url, repo_type_and_id_from_hf_id, upload_folder)
meet error, the info is "ImportError: cannot import name 'get_hf_file_metadata' from 'huggingface_hub' (/opt/conda/lib/python3.7/site-packages/huggingface_hub/init.py)"
And my timm version is 0.9.2, huggingface_hub version is 0.14.1
The text was updated successfully, but these errors were encountered: