Merge pull request #828 from acheong08/patch-1

typo fix
This commit is contained in:
Vladimir Mandic
2023-05-09 08:31:25 -04:00
committed by GitHub
+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: