-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow passing in a parsd dictionary to the tokenizer
I would like to compress the tiktoken dictionary in copilot chat, as they're pretty big (especially with 200k.) This allows us to manually parse the file ourselves instead of having to pass it in to be read in its standard format.
- Loading branch information
1 parent
9cad244
commit e874685
Showing
2 changed files
with
6 additions
and
6 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