qitaoz commited on
Commit
ba3472d
·
verified ·
1 Parent(s): 6b54bd7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- # ---------------- official PyTorch wheels (CUDA 12.1 runtime) -------------
2
  --extra-index-url https://download.pytorch.org/whl/cu121
3
  torch==2.2.2+cu121
4
- torchvision==0.17.2+cu121
5
 
6
- # ---------------- community wheel feed that hosts PyTorch3D ----------------
7
  --extra-index-url https://miropsota.github.io/torch_packages_builder
8
- pytorch3d==0.7.7+pt2.2.2cu121 # ← EXACT tag; no git line!
9
 
10
 
11
  git+https://github.com/facebookresearch/[email protected]#egg=pytorch3d
 
1
+ # ---------- PyTorch wheels that bundle the CUDA-12.1 runtime ----------
2
  --extra-index-url https://download.pytorch.org/whl/cu121
3
  torch==2.2.2+cu121
4
+ torchvision==0.17.2+cu121 # must match Torch’s build
5
 
6
+ # ---------- Extra index that hosts the PyTorch3D binary wheels ----------
7
  --extra-index-url https://miropsota.github.io/torch_packages_builder
8
+ pytorch3d==0.7.7+pt2.2.2cu121 # ← EXACT tag; NO git+…” line
9
 
10
 
11
  git+https://github.com/facebookresearch/[email protected]#egg=pytorch3d