We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cda77 commit 153c6f1Copy full SHA for 153c6f1
vllm/entrypoints/openai/cli_args.py
@@ -192,7 +192,6 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
192
# Special case: allowed_origins, allowed_methods, allowed_headers all
193
# need json.loads type
194
# Should also remove nargs
195
- print(frontend_kwargs["allowed_origins"])
196
frontend_kwargs["allowed_origins"]["type"] = json.loads
197
frontend_kwargs["allowed_methods"]["type"] = json.loads
198
frontend_kwargs["allowed_headers"]["type"] = json.loads
0 commit comments