We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136b595 commit a31ef08Copy full SHA for a31ef08
1 file changed
modules/launch_utils.py
@@ -575,6 +575,7 @@ def prepare_environment():
575
print('Setting HIP_VISIBLE_DEVICES and --device-id at the same time may be mistake.')
576
os.environ['HIP_VISIBLE_DEVICES'] = args.device_id
577
del args.device_id
578
+ args.skip_torch_cuda_test = True
579
580
print("ZLUDA support: experimental")
581
error = None
0 commit comments