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
However, could you help me to fix this problem? I try to run state-based ipynb file in colab. I met such error: ImportError: cannot import name 'IGNORE_GIT_FOLDER_PATTERNS' from 'huggingface_hub.utils' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/__init__.py)
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Hello, I tried downgrade the version of hugglingface_hub to 0.22.1 and it works. You can try to execute the following commands. pip uninstall -y huggingface_hub pip install huggingface_hub==0.22.1
Good luck to you!
This does not work for me. There seems to be a conflict with the transformer package:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
transformers 4.44.2 requires huggingface-hub<1.0,>=0.23.2, but you have huggingface-hub 0.22.1 which is incompatible.
Awesome Work! Diffusion-policy is very inspired!
However, could you help me to fix this problem? I try to run state-based ipynb file in colab. I met such error:
ImportError: cannot import name 'IGNORE_GIT_FOLDER_PATTERNS' from 'huggingface_hub.utils' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/__init__.py)
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: