-
Notifications
You must be signed in to change notification settings - Fork 168
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
onnxruntime-genai based metadata and packaging #1073
Merged
Merged
Conversation
This file contains 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
devang-ml
reviewed
Apr 11, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
2 times, most recently
from
April 12, 2024 10:29
2d3728a
to
7b161ed
Compare
jambayk
reviewed
Apr 12, 2024
jambayk
reviewed
Apr 12, 2024
jambayk
reviewed
Apr 12, 2024
jambayk
reviewed
Apr 12, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 12, 2024 23:16
7b161ed
to
4f70ddc
Compare
shaahji
changed the title
Packaging for OrtGenAI exported models
onnxruntime-genai based metadata and packaging
Apr 12, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 12, 2024 23:26
4f70ddc
to
3098fd5
Compare
jambayk
reviewed
Apr 13, 2024
trajepl
reviewed
Apr 15, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
2 times, most recently
from
April 17, 2024 19:37
b8f9a27
to
f1a30a3
Compare
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 17, 2024 21:22
9d77d6a
to
5cf9115
Compare
guotuofeng
reviewed
Apr 19, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 19, 2024 05:24
5cf9115
to
e13a9d1
Compare
jambayk
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 19, 2024 08:26
e13a9d1
to
3ef3aab
Compare
guotuofeng
reviewed
Apr 19, 2024
guotuofeng
reviewed
Apr 19, 2024
guotuofeng
reviewed
Apr 19, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 19, 2024 08:44
3ef3aab
to
5aeeacb
Compare
guotuofeng
reviewed
Apr 19, 2024
jambayk
reviewed
Apr 19, 2024
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 19, 2024 09:16
5aeeacb
to
53546ae
Compare
guotuofeng
reviewed
Apr 19, 2024
* Added support for packaging models (and additional files) generated by the GenAIModelExporter. Also, updated the pass configuration to include search parameters that are forwarded to the generated genai_config file. * Added support for carrying "additional files" from one pass to next. These files will end up in the generated models output folder and will be packaged. * Two new packaging configuration options - ** include_sample_code ** inlcude_runtime_packages
shaahji
force-pushed
the
shaahji/ortgenai
branch
from
April 19, 2024 09:20
53546ae
to
1a9e9f8
Compare
jambayk
approved these changes
Apr 19, 2024
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.
The changes look good to me (with the note that we will revisit the folder structure later). Please feel free to merge if Mike has no other comments.
DavitGrigoryan132
pushed a commit
to DavitGrigoryan132/Olive
that referenced
this pull request
Aug 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
onnxruntime-genai based metadata and packaging
Release Note:
Packaging config include two new options -
Checklist before requesting a review
lintrunner -a
(Optional) Issue link