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
9974fca0
Unverified
Commit
9974fca0
authored
Dec 11, 2024
by
Kevin H. Luu
Committed by
GitHub
Dec 11, 2024
Browse files
[ci/build] Fix entrypoints test and pin outlines version (#11088)
parent
3fb4b4f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements-common.txt
requirements-common.txt
+1
-1
vllm/model_executor/guided_decoding/outlines_logits_processors.py
...el_executor/guided_decoding/outlines_logits_processors.py
+1
-1
No files found.
requirements-common.txt
View file @
9974fca0
...
@@ -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.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
...
...
vllm/model_executor/guided_decoding/outlines_logits_processors.py
View file @
9974fca0
...
@@ -25,7 +25,7 @@ from lark import Lark
...
@@ -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
...
...
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