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
bbea1cef
Unverified
Commit
bbea1cef
authored
Aug 20, 2025
by
Michael Goin
Committed by
GitHub
Aug 20, 2025
Browse files
[CI Bugfix] Fix CI by fully removing --enable-prompt-adapter (#23284)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
f5aa307d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+0
-6
No files found.
vllm/engine/arg_utils.py
View file @
bbea1cef
...
...
@@ -888,12 +888,6 @@ class EngineArgs:
parser
.
add_argument
(
'--disable-log-stats'
,
action
=
'store_true'
,
help
=
'Disable logging statistics.'
)
parser
.
add_argument
(
'--enable-prompt-adapter'
,
action
=
'store_true'
,
deprecated
=
True
,
help
=
'[DEPRECATED] Prompt adapter has been '
'removed. Setting this flag to True or False'
' has no effect on vLLM behavior.'
)
return
parser
...
...
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