Spaces:
Running
on
A100
Running
on
A100
install this version of huggingface-hub
Browse filesInstall 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)
- 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
|