Spaces:
Running
on
Zero
Running
on
Zero
π³ chore: update requirements.txt
Browse files- README.md +1 -1
- requirements.txt +6 -6
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
python_version: 3.10.13
|
9 |
app_file: app.py
|
10 |
pinned: true
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.25.2
|
8 |
python_version: 3.10.13
|
9 |
app_file: app.py
|
10 |
pinned: true
|
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch==2.
|
3 |
-
torchvision==0.
|
4 |
|
5 |
einops
|
6 |
timm
|
7 |
-
-f https://data.pyg.org/whl/torch-2.
|
8 |
torch-cluster
|
9 |
PyMCubes
|
10 |
|
@@ -23,6 +23,6 @@ tensorboard~=2.11.2
|
|
23 |
tqdm
|
24 |
trimesh
|
25 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
26 |
-
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/
|
27 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
28 |
-
pytorch3d==0.7.7+pt2.
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.1.2
|
3 |
+
torchvision==0.16.2
|
4 |
|
5 |
einops
|
6 |
timm
|
7 |
+
-f https://data.pyg.org/whl/torch-2.1.2+cu121.html
|
8 |
torch-cluster
|
9 |
PyMCubes
|
10 |
|
|
|
23 |
tqdm
|
24 |
trimesh
|
25 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
26 |
+
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt212/download.html
|
27 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
28 |
+
pytorch3d==0.7.7+pt2.1.2cu121
|