Skip to content

Commit

Permalink
[Bugfix] Relax tiktoken to >= 0.6.0 (vllm-project#4890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored May 17, 2024
1 parent c5711ef commit 86b45ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0
prometheus-fastapi-instrumentator >= 7.0.0
tiktoken == 0.6.0 # Required for DBRX tokenizer
tiktoken >= 0.6.0 # Required for DBRX tokenizer
lm-format-enforcer == 0.10.1
outlines == 0.0.34 # Requires torch >= 2.1.0
typing_extensions
Expand Down

0 comments on commit 86b45ae

Please sign in to comment.