mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-17 05:55:01 +08:00
[ci/build] Fix entrypoints test and pin outlines version (#11088)
This commit is contained in:
parent
3fb4b4f163
commit
9974fca047
@ -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.9, < 0.11
|
lm-format-enforcer >= 0.10.9, < 0.11
|
||||||
outlines >= 0.1.8
|
outlines == 0.1.9
|
||||||
xgrammar >= 0.1.6; platform_machine == "x86_64"
|
xgrammar >= 0.1.6; platform_machine == "x86_64"
|
||||||
typing_extensions >= 4.10
|
typing_extensions >= 4.10
|
||||||
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
|
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
|
||||||
|
|||||||
@ -25,7 +25,7 @@ from lark import Lark
|
|||||||
from outlines import grammars
|
from outlines import grammars
|
||||||
from outlines.caching import cache
|
from outlines.caching import cache
|
||||||
from outlines.fsm.guide import CFGGuide, Generate, Guide, RegexGuide, Write
|
from outlines.fsm.guide import CFGGuide, Generate, Guide, RegexGuide, Write
|
||||||
from outlines.fsm.json_schema import build_regex_from_schema
|
from outlines_core.fsm.json_schema import build_regex_from_schema
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from transformers import PreTrainedTokenizerBase
|
from transformers import PreTrainedTokenizerBase
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user