forked from openvinotoolkit/openvino_tokenizers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store tokenizer conversion params in rt_info / refactor passing params (
openvinotoolkit#268) * WIP * refactor passing parameters as a single object, stored rt_info * ready for review * apply review comments * apply ruff format * fix what ruff has broken * fix docstring * fix tests * add tests * Update python/openvino_tokenizers/convert_tokenizer.py Co-authored-by: Artur Paniukov <[email protected]> * add barier for specifying both params and individual conversion arguments * simplify more * fix tests 2 * move imports * fix tests 3 --------- Co-authored-by: Artur Paniukov <[email protected]>
- Loading branch information
1 parent
e74460f
commit 298e1ee
Showing
10 changed files
with
4,529 additions
and
4,418 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
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
Oops, something went wrong.