Spaces:
Running
on
Zero
Running
on
Zero
π fix: try to use ZeroGPU
Browse files- README.md +1 -1
- requirements.txt +9 -8
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: indigo
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.7.1
|
8 |
-
python_version: 3.
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: cc-by-nc-4.0
|
|
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.7.1
|
8 |
+
python_version: 3.10
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: cc-by-nc-4.0
|
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
# conda create -n dev python=3.
|
2 |
# conda activate dev
|
3 |
|
4 |
-
# conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.
|
5 |
-
--extra-index-url https://download.pytorch.org/whl/
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
8 |
|
9 |
einops
|
10 |
timm
|
11 |
-
-f https://data.pyg.org/whl/torch-2.0.1+
|
12 |
torch-cluster
|
13 |
PyMCubes
|
14 |
|
15 |
-
bpy==4.
|
16 |
-
fake-bpy-module
|
17 |
gradio>=5.0
|
18 |
ipykernel
|
19 |
ipympl
|
@@ -22,10 +22,11 @@ numpy~=1.26.4
|
|
22 |
plyfile
|
23 |
potpourri3d
|
24 |
shapely
|
|
|
25 |
tensorboard~=2.11.2
|
26 |
tqdm
|
27 |
trimesh
|
28 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
29 |
-
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/
|
30 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
31 |
-
pytorch3d==0.7.7+pt2.0.
|
|
|
1 |
+
# conda create -n dev python=3.10
|
2 |
# conda activate dev
|
3 |
|
4 |
+
# conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.7 -c pytorch -c nvidia
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
8 |
|
9 |
einops
|
10 |
timm
|
11 |
+
-f https://data.pyg.org/whl/torch-2.0.1+cu117.html
|
12 |
torch-cluster
|
13 |
PyMCubes
|
14 |
|
15 |
+
bpy==4.0.0
|
16 |
+
fake-bpy-module-4.0
|
17 |
gradio>=5.0
|
18 |
ipykernel
|
19 |
ipympl
|
|
|
22 |
plyfile
|
23 |
potpourri3d
|
24 |
shapely
|
25 |
+
spaces
|
26 |
tensorboard~=2.11.2
|
27 |
tqdm
|
28 |
trimesh
|
29 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
30 |
+
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu117_pyt201/download.html
|
31 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
32 |
+
pytorch3d==0.7.7+pt2.0.1cu117
|