Spaces:
Running
on
Zero
Running
on
Zero
update requirements.txt to support sm_90
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
opencv-python==4.7.0.72
|
4 |
pudb==2019.2
|
5 |
imageio==2.9.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.4.0
|
3 |
+
torchvision==0.19.0
|
4 |
opencv-python==4.7.0.72
|
5 |
pudb==2019.2
|
6 |
imageio==2.9.0
|