remove cuda
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def install_cuda_toolkit():
|
|
16 |
"" if "LD_LIBRARY_PATH" not in os.environ else os.environ["LD_LIBRARY_PATH"],
|
17 |
)
|
18 |
os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
|
19 |
-
install_cuda_toolkit()
|
20 |
print("cd step1x3d_texture/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
21 |
os.system("cd step1x3d_texture/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
22 |
print('install custom')
|
|
|
16 |
"" if "LD_LIBRARY_PATH" not in os.environ else os.environ["LD_LIBRARY_PATH"],
|
17 |
)
|
18 |
os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
|
19 |
+
# install_cuda_toolkit()
|
20 |
print("cd step1x3d_texture/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
21 |
os.system("cd step1x3d_texture/differentiable_renderer/ && bash compile_mesh_painter.sh")
|
22 |
print('install custom')
|