qitaoz commited on
Commit
b147c86
·
verified ·
1 Parent(s): 9428ea0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- pytorch3d==0.7.4
 
 
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