alexnasa commited on
Commit
4f3b1e2
·
verified ·
1 Parent(s): 7ba8809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -44,8 +44,10 @@ def install_cuda_toolkit():
44
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
45
  os.environ["TORCH_CUDA_ARCH_LIST"] = "9.0"
46
  print("==> finished installation")
47
-
 
48
  install_cuda_toolkit()
 
49
 
50
  print(os.environ["CUDA_HOME"])
51
 
 
44
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
45
  os.environ["TORCH_CUDA_ARCH_LIST"] = "9.0"
46
  print("==> finished installation")
47
+
48
+ print("installing cuda toolkit")
49
  install_cuda_toolkit()
50
+ peinr("finished")
51
 
52
  print(os.environ["CUDA_HOME"])
53