Spaces:
Running
on
Zero
Running
on
Zero
Revert "install"
Browse filesThis reverts commit d18d029719442f0c5533fa1ab7e5a6a15a8fef7d.
- app.py +0 -2
- requirements.txt +1 -0
app.py
CHANGED
@@ -21,8 +21,6 @@ os.system("pip list | grep torch")
|
|
21 |
os.system('nvcc -V')
|
22 |
print("cd /home/user/app/step1x3d_texture/differentiable_renderer/ && python setup.py install")
|
23 |
os.system("cd /home/user/app/step1x3d_texture/differentiable_renderer/ && python setup.py install")
|
24 |
-
print('FORCE_CUDA=1 pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable')
|
25 |
-
os.system('FORCE_CUDA=1 pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable')
|
26 |
|
27 |
subprocess.run(shlex.split("pip install custom_rasterizer-0.1-cp310-cp310-linux_x86_64.whl"), check=True)
|
28 |
import time
|
|
|
21 |
os.system('nvcc -V')
|
22 |
print("cd /home/user/app/step1x3d_texture/differentiable_renderer/ && python setup.py install")
|
23 |
os.system("cd /home/user/app/step1x3d_texture/differentiable_renderer/ && python setup.py install")
|
|
|
|
|
24 |
|
25 |
subprocess.run(shlex.split("pip install custom_rasterizer-0.1-cp310-cp310-linux_x86_64.whl"), check=True)
|
26 |
import time
|
requirements.txt
CHANGED
@@ -49,6 +49,7 @@ pygltflib==1.16.4
|
|
49 |
kornia==0.8.0
|
50 |
cupy-cuda12x==13.4.1
|
51 |
git+https://github.com/NVlabs/nvdiffrast.git
|
|
|
52 |
torch==2.5.1
|
53 |
torchvision==0.20.1
|
54 |
torchaudio==2.5.1
|
|
|
49 |
kornia==0.8.0
|
50 |
cupy-cuda12x==13.4.1
|
51 |
git+https://github.com/NVlabs/nvdiffrast.git
|
52 |
+
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
53 |
torch==2.5.1
|
54 |
torchvision==0.20.1
|
55 |
torchaudio==2.5.1
|