Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-20 18:48:06 -05:00
parent dae181fefb
commit ed3e5f06d6
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ def install_rocm_zluda():
log.info(msg)
torch_command = ''
if sys.platform == "win32":
# TODO after ROCm for Windows is released
# TODO enable ROCm for windows when available
if args.device_id is not None:
if os.environ.get('HIP_VISIBLE_DEVICES', None) is not None: