Unverified Commit 86b45ae0 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Bugfix] Relax tiktoken to >= 0.6.0 (#4890)

parent c5711ef9
...@@ -14,7 +14,7 @@ uvicorn[standard] ...@@ -14,7 +14,7 @@ uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server. pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0 prometheus_client >= 0.18.0
prometheus-fastapi-instrumentator >= 7.0.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 lm-format-enforcer == 0.10.1
outlines == 0.0.34 # Requires torch >= 2.1.0 outlines == 0.0.34 # Requires torch >= 2.1.0
typing_extensions typing_extensions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment