-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for generating ONNX Runtime GenAI files only in model bui…
…lder (#186) ### Description This PR adds support for generating the config and tokenizer files that are needed for ONNX Runtime GenAI. ### Motivation and Context This is for when users already have their optimized and/or quantized ONNX models. By generating the config and tokenizer files only, users can run their own models with ONNX Runtime GenAI.
- Loading branch information
1 parent
a73e40c
commit 5a2ca38
Showing
2 changed files
with
38 additions
and
19 deletions.
There are no files selected for viewing
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
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