Spaces:
Runtime error
Runtime error
updated torch package finding location
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
lightning==2.0.1
|
4 |
torchmetrics==1.0.0
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==2.0.0+cpu
|
3 |
+
torchvision==0.15.0
|
4 |
lightning==2.0.1
|
5 |
torchmetrics==1.0.0
|