Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
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
|
|
|
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 |
+
torch
|
7 |
+
torchvision
|
8 |
|
9 |
# ---------- Extra index that hosts the PyTorch3D binary wheels ----------
|
10 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|