"vscode:/vscode.git/clone" did not exist on "324a3d2bd8b5fc3f38c6d2f2cc243f747800ba28"
Unverified Commit bbea1cef authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[CI Bugfix] Fix CI by fully removing --enable-prompt-adapter (#23284)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent f5aa307d
......@@ -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
......
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