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

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin 2025-08-20 20:18:12 -04:00 committed by GitHub
parent f5aa307d77
commit bbea1cefdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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