alexnasa commited on
Commit
0ae4746
·
verified ·
1 Parent(s): 9177085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def install_cuda_toolkit():
46
  f":{os.environ['CPATH']}" if "CPATH" in os.environ else ""
47
  )
48
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
49
- # os.environ["TORCH_CUDA_ARCH_LIST"] = "9.0"
50
  print("==> finished installation")
51
 
52
  print("installing cuda toolkit")
 
46
  f":{os.environ['CPATH']}" if "CPATH" in os.environ else ""
47
  )
48
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
49
+ os.environ["TORCH_CUDA_ARCH_LIST"] = "8.9;9.0"
50
  print("==> finished installation")
51
 
52
  print("installing cuda toolkit")