Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
hg_app.py
CHANGED
@@ -22,7 +22,7 @@ if True:
|
|
22 |
|
23 |
# install_cuda_toolkit()
|
24 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
25 |
-
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && pip install .")
|
26 |
# os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 TORCH_CUDA_ARCH_LIST='8.0;8.6;8.9;9.0' python setup.py install")
|
27 |
|
28 |
IP = "0.0.0.0"
|
|
|
22 |
|
23 |
# install_cuda_toolkit()
|
24 |
os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
25 |
+
os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && python3 -m pip install .")
|
26 |
# os.system("cd /home/user/app/hy3dgen/texgen/custom_rasterizer && CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 TORCH_CUDA_ARCH_LIST='8.0;8.6;8.9;9.0' python setup.py install")
|
27 |
|
28 |
IP = "0.0.0.0"
|