Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
torch-fidelity==0.3.0
|
4 |
scipy
|
5 |
-
torchaudio
|
6 |
-
torchvision
|
7 |
tqdm
|
8 |
omegaconf
|
9 |
einops
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.13.0
|
3 |
torch-fidelity==0.3.0
|
4 |
scipy
|
5 |
+
torchaudio==0.13.0
|
6 |
+
torchvision==0.14.0
|
7 |
tqdm
|
8 |
omegaconf
|
9 |
einops
|