fffiloni commited on
Commit
10bdf28
·
verified ·
1 Parent(s): fe01e6a

install this version of huggingface-hub

Browse files

Install huggingface-hub back to v0.25.2 to avoid this error:

ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,4 +3,5 @@ torch
3
  git+https://github.com/huggingface/diffusers.git@edea577
4
  transformers
5
  safetensors
6
- accelerate
 
 
3
  git+https://github.com/huggingface/diffusers.git@edea577
4
  transformers
5
  safetensors
6
+ accelerate
7
+ huggingface-hub==0.25.2