We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1f940 commit abe6de4Copy full SHA for abe6de4
setup.py
@@ -52,7 +52,6 @@
52
"onnxruntime-gpu~=1.22.0 ; platform_machine != 'aarch64' and platform_system != 'Darwin' and platform_system != 'Windows'", # noqa: E501
53
"onnxruntime-directml==1.20.0; platform_system == 'Windows'",
54
"onnxscript", # For test_onnx_dynamo_export unit test
55
- "onnxsim ; python_version < '3.12' and platform_machine != 'aarch64'",
56
"polygraphy>=0.49.22",
57
"onnxslim",
58
],
0 commit comments