-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add ONNX Runtime tests in CI pipelines with installed ONNX Runtime #4966
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
xadupre
reviewed
Mar 7, 2023
xadupre
reviewed
Mar 7, 2023
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
xadupre
reviewed
Mar 16, 2023
xadupre
reviewed
Mar 16, 2023
… ORT Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
xadupre
approved these changes
Mar 21, 2023
broune
pushed a commit
to broune/onnx
that referenced
this pull request
May 6, 2023
…nnx#4966) * Add ONNX Runtime tests in CI pipelines with installed ONNX Runtime Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * unittest test_with_ort Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * skip unsupported ONNX ir by ORT Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * skip tests correctly Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * install onnx from source Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * introduce max supported opset version Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * fix lint Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * refactor test_with_ort Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * black Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * use make_model_gen_version to cover more test cases when IR bumps Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * fix lint Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * use env variables instead of helper.py for max supported version from ORT Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * add missing Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * string to int Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> * set env variables in CIs Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com> --------- Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: CI pipelines
Issues related to the CI pipeline
run release CIs
Use this label to trigger release tests in CI
topic: test
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add ONNX Runtime tests in CI pipelines with installed ONNX Runtime.
Motivation and Context
Currently these are some new tests which need installed onnxruntime. Add a section in release CI pipelines to run these tests with installed onnxruntime.