Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
|
5 |
black
|
6 |
einops
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.2.2+cu121 # any 2.x wheel with “+cu121” works on the 12.3 image
|
3 |
+
torchvision==0.17.2+cu121 # keep the matching torchvision
|
4 |
+
|
5 |
+
git+https://github.com/facebookresearch/[email protected]#egg=pytorch3d
|
6 |
|
7 |
black
|
8 |
einops
|