LYL1015 commited on
Commit
6063a27
·
verified ·
1 Parent(s): 321ee16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def install_cuda_toolkit():
17
  )
18
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
19
  os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
20
- os.environ["BASICSR_EXT"] = "False"
21
 
22
  install_cuda_toolkit()
23
 
 
17
  )
18
  # Fix: arch_list[-1] += '+PTX'; IndexError: list index out of range
19
  os.environ["TORCH_CUDA_ARCH_LIST"] = "8.0;8.6"
20
+ os.environ["BASICSR_JIT"] = "False"
21
 
22
  install_cuda_toolkit()
23