"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "2f652e6cdf09da407e78a60327832f913b32e26e"
Unverified Commit fc17110b authored by Lim Xiang Yang's avatar Lim Xiang Yang Committed by GitHub
Browse files

[BugFix]: set outlines pkg version (#6262)

parent 439c8458
...@@ -18,7 +18,7 @@ prometheus_client >= 0.18.0 ...@@ -18,7 +18,7 @@ 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.43 # Requires torch >= 2.1.0 outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0
typing_extensions typing_extensions
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4 filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4
pyzmq pyzmq
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