ReubenSun commited on
Commit
ec0f666
·
1 Parent(s): b63d31d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def install_cuda_toolkit():
17
  )
18
  os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
19
  install_cuda_toolkit()
20
- os.system("pip list | gerp 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")
 
17
  )
18
  os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
19
  install_cuda_toolkit()
20
+ 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")