[V0 Deprecation] Remove args for multi-step scheduling (#22779)

Signed-off-by: Woosuk Kwon <woosuk@thinkingmachines.ai>
This commit is contained in:
Woosuk Kwon
2025-08-12 20:38:18 -07:00
committed by GitHub
parent d31f97cf57
commit c5830381af
2 changed files with 1 additions and 27 deletions

View File

@@ -161,7 +161,6 @@ def parser_with_config():
parser.add_argument('--port', type=int)
parser.add_argument('--tensor-parallel-size', type=int)
parser.add_argument('--trust-remote-code', action='store_true')
parser.add_argument('--multi-step-stream-outputs', action=StoreBoolean)
return parser