restore the directml fix

This commit is contained in:
henryruhs
2026-08-04 18:44:56 +02:00
parent 6593517e5d
commit a939990e2f
+1 -1
View File
@@ -56,7 +56,7 @@ def run(program : ArgumentParser) -> None:
sys.exit(1)
for onnxruntime_package, _ in ONNXRUNTIME_SET.values():
subprocess.call([ shutil.which('pip'), 'uninstall', onnxruntime_package, '-y', '-q' ], stderr = subprocess.DEVNULL)
subprocess.call([ shutil.which('pip'), 'uninstall', onnxruntime_package, '-y', '-q' ], stderr = subprocess.DEVNULL)
commands = [ shutil.which('pip'), 'install' ]