Spaces:
Running
on
Zero
Running
on
Zero
zhengchong
commited on
Commit
·
9413492
1
Parent(s):
905c952
chore: Update requirements.txt to reflect new dependency versions
Browse files- Removed old version of huggingface_hub and updated to 0.25.0.
- Ensured compatibility with existing packages by maintaining peft version.
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,7 +2,6 @@ torch==2.1.2
|
|
2 |
torchvision==0.16.2
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
-
huggingface_hub==0.23.4
|
6 |
matplotlib==3.9.1
|
7 |
numpy==1.26.4
|
8 |
opencv_python==4.10.0.84
|
@@ -19,4 +18,5 @@ omegaconf==2.3.0
|
|
19 |
pycocotools==2.0.8
|
20 |
av==12.3.0
|
21 |
gradio==4.41.0
|
22 |
-
peft==0.14.0
|
|
|
|
2 |
torchvision==0.16.2
|
3 |
accelerate==0.31.0
|
4 |
git+https://github.com/huggingface/diffusers.git
|
|
|
5 |
matplotlib==3.9.1
|
6 |
numpy==1.26.4
|
7 |
opencv_python==4.10.0.84
|
|
|
18 |
pycocotools==2.0.8
|
19 |
av==12.3.0
|
20 |
gradio==4.41.0
|
21 |
+
peft==0.14.0
|
22 |
+
huggingface_hub==0.25.0
|