Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
torch==2.5.1
|
| 2 |
torchvision==0.20.1
|
| 3 |
torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
|
| 4 |
-
huggingface_hub==0.25.2
|
|
|
|
| 5 |
absl-py==2.1.0
|
| 6 |
accelerate==1.1.1
|
| 7 |
addict==2.4.0
|
|
@@ -34,7 +35,8 @@ dataclasses-json==0.6.7
|
|
| 34 |
datasets==3.1.0
|
| 35 |
decorator==4.4.2
|
| 36 |
Deprecated==1.2.15
|
| 37 |
-
diffusers==0.26.0
|
|
|
|
| 38 |
dill==0.3.8
|
| 39 |
docker-pycreds==0.4.0
|
| 40 |
einops==0.8.0
|
|
|
|
| 1 |
torch==2.5.1
|
| 2 |
torchvision==0.20.1
|
| 3 |
torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
|
| 4 |
+
#huggingface_hub==0.25.2
|
| 5 |
+
huggingface-hub
|
| 6 |
absl-py==2.1.0
|
| 7 |
accelerate==1.1.1
|
| 8 |
addict==2.4.0
|
|
|
|
| 35 |
datasets==3.1.0
|
| 36 |
decorator==4.4.2
|
| 37 |
Deprecated==1.2.15
|
| 38 |
+
#diffusers==0.26.0
|
| 39 |
+
diffusers
|
| 40 |
dill==0.3.8
|
| 41 |
docker-pycreds==0.4.0
|
| 42 |
einops==0.8.0
|