Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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["
|
| 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 |
|