Spaces:
Runtime error
Runtime error
TiankaiHang
commited on
Commit
•
ada8832
1
Parent(s):
c315286
sync
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
https://download.pytorch.org/whl/torch/
|
5 |
numpy
|
6 |
albumentations==0.4.3
|
|
|
1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
https://download.pytorch.org/whl/torch/
|
6 |
numpy
|
7 |
albumentations==0.4.3
|