-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Pin onnxruntime to 1.17.3 for release CIs #6143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Liqun Fu <liqfu@microsoft.com>
LinuxRelease_aarch64 fails with Is ORT missing an aarch64 package for 1.17.3? |
It is there: |
Signed-off-by: Liqun Fu <liqfu@microsoft.com>
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context #6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> (cherry picked from commit 093a8d3)
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context #6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> (cherry picked from commit 093a8d3) Co-authored-by: liqun Fu <liqfu@microsoft.com>
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context onnx#6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: sunriseXu <15927176697@163.com>
The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. onnx#6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com>
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context onnx#6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context onnx#6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
### Description The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs. ### Motivation and Context onnx#6138 (comment) --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Description
The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs.
Motivation and Context
#6138 (comment)