Spaces:
Sleeping
Sleeping
Update requirements.txt with specific versions of torch, torchvision, and torchaudio
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
omegaconf==2.3.0
|
6 |
Pillow==10.1.0
|
7 |
einops==0.7.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.2.0+cu118
|
3 |
+
torchvision==0.17.1
|
4 |
+
torchaudio===2.2.1
|
5 |
omegaconf==2.3.0
|
6 |
Pillow==10.1.0
|
7 |
einops==0.7.0
|