Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摀 Search Optimal optimization among multiple EPs #1092

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

trajepl
Copy link
Contributor

@trajepl trajepl commented Apr 18, 2024

Describe your changes

The tutorial to try to search optimal optimization among multiple EPs.

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.
  • Is this PR including examples changes? If yes, please remember to update example documentation in a follow-up PR.

(Optional) Issue link

Copy link

Check out this pull request on聽 ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

"Based on the above olive running history, we can see that:\n",
"1. Olive searched the configs for several rounds and found the optimal optimization and packed it with zip format to save.\n",
"2. During the search process, we can see that the invalid config are pruned and the valid configs are evaluated.\n",
"3. The best config is saved in the `models/bert_gpu` folder. And here is comparison between the output model and input model.\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the best config clarify which EP produced optimal output model?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Yes, it has that.

@trajepl trajepl merged commit 231d239 into main Apr 26, 2024
35 checks passed
@trajepl trajepl deleted the jiapli/multi_ep_search branch April 26, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants