Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch==
|
3 |
-
torchvision==0.
|
4 |
|
5 |
numpy==1.26.3
|
6 |
opencv-python
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.0.0+cu118
|
3 |
+
torchvision==0.15.0+cu118
|
4 |
|
5 |
numpy==1.26.3
|
6 |
opencv-python
|