-
Notifications
You must be signed in to change notification settings - Fork 741
Qualcomm AI Engine Direct - Flags for CI #9536
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
Qualcomm AI Engine Direct - Flags for CI #9536
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9536
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit b0e326c with merge base d7201ab ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
f84ff4f to
c53f700
Compare
c53f700 to
b29d2ec
Compare
examples/qualcomm/utils.py
Outdated
|
|
||
| parser.add_argument( | ||
| "--ci", | ||
| help="This flag is for Continuous Integration(CI) purpose and is NOT recommended to turn on for typical use cases.", |
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.
| help="This flag is for Continuous Integration(CI) purpose and is NOT recommended to turn on for typical use cases.", | |
| help="This flag is for Continuous Integration(CI) purpose and is NOT recommended to turn on for typical use cases. It will use random inputs instead of real inputs.", |
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.
Updated. Thanks for reviewing the PR!
cccclai
left a comment
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.
Makes sense, thanks!
|
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This PR needs a
|
|
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary
Initially,
--compile_onlywill use 1 random input for CI purpose. Introducing--ciflag, so when users are using--compile_only, they won't be getting models with poor accuracy.