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
b9b47469
Unverified
Commit
b9b47469
authored
Apr 22, 2025
by
wangxiyuan
Committed by
GitHub
Apr 21, 2025
Browse files
[V1] Remove additional_config check (#16710)
Signed-off-by:
wangxiyuan
<
wangxiyuan1007@gmail.com
>
parent
7b8a2ab7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+0
-5
No files found.
vllm/engine/arg_utils.py
View file @
b9b47469
...
...
@@ -1361,11 +1361,6 @@ class EngineArgs:
recommend_to_remove
=
True
)
return
False
if
self
.
additional_config
!=
EngineArgs
.
additional_config
:
_raise_or_fallback
(
feature_name
=
"--additional-config"
,
recommend_to_remove
=
False
)
return
False
# Xgrammar and Guidance are supported.
SUPPORTED_GUIDED_DECODING
=
[
"xgrammar"
,
"xgrammar:disable-any-whitespace"
,
"guidance"
,
...
...
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