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