mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
### Description A few QDQ tests failed on XNNPACK EP. The reason should be the range of input_data doesn't fit for scale and zero_point. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
7 lines
250 B
YAML
7 lines
250 B
YAML
stages:
|
|
- template: templates/mac-cpu-packaging-pipeline.yml
|
|
parameters:
|
|
AllowReleasedOpsetOnly: 0
|
|
BuildForAllArchs: false
|
|
AdditionalBuildFlags: --build_objc --enable_language_interop_ops --build_wheel --use_xnnpack
|
|
WithCache: true
|