EXTREMELY IMPORTANT BUGFIX

typo
This commit is contained in:
Antonio Cheong
2023-05-09 20:29:55 +08:00
committed by GitHub
parent 4d9fab4984
commit f509fefeb1
+1 -1
View File
@@ -240,7 +240,7 @@ def check_torch():
for i in range(0, torch_directml.device_count()):
log.info(f'Torch detected GPU: {torch_directml.device_name(i)}')
except:
log.warning("Torch repoorts CUDA not available")
log.warning("Torch reports CUDA not available")
except Exception as e:
log.error(f'Could not load torch: {e}')
if not args.ignore: