Skip to content

Commit

Permalink
Dependencies: Pin tokenizers
Browse files Browse the repository at this point in the history
Use a version greater than 0.20.0 for newer model support.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Dec 13, 2024
1 parent 1ba33bf commit bc3c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"loguru",
"sse-starlette",
"packaging",
"tokenizers",
"tokenizers>=0.21.0",
"formatron",
"kbnf>=0.4.1",
"aiofiles",
Expand Down

0 comments on commit bc3c154

Please sign in to comment.