-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[DO_NOT_MERGE] For CI validation/Experiment with ORT generic interface #23530
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
tools/ci_build/build.py
Outdated
|
||
if args.enable_generic_interface: | ||
args.test = False | ||
#if args.enable_generic_interface: | ||
# args.test = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if args.enable_generic_interface: | |
args.test = False | |
#if args.enable_generic_interface: | |
# args.test = False | |
# if args.enable_generic_interface: | |
# args.test = False |
b6e951e
to
64c3a26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fbc3229
to
d53cf44
Compare
generic interface ( this is for ci validation only / not target for merge)
Description
Motivation and Context