Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
86b45ae0
Unverified
Commit
86b45ae0
authored
May 17, 2024
by
Michael Goin
Committed by
GitHub
May 17, 2024
Browse files
[Bugfix] Relax tiktoken to >= 0.6.0 (#4890)
parent
c5711ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
requirements-common.txt
requirements-common.txt
+1
-1
No files found.
requirements-common.txt
View file @
86b45ae0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment