ReubenSun commited on
Commit
d26c8ec
·
1 Parent(s): 691ecd9

remove cuda

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')