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
153c6f1e
Unverified
Commit
153c6f1e
authored
Jul 15, 2025
by
Michael Goin
Committed by
GitHub
Jul 15, 2025
Browse files
[Frontend] Remove print left in FrontendArgs.add_cli_args (#21004)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
34cda778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/entrypoints/openai/cli_args.py
vllm/entrypoints/openai/cli_args.py
+0
-1
No files found.
vllm/entrypoints/openai/cli_args.py
View file @
153c6f1e
...
...
@@ -192,7 +192,6 @@ schema. Example: `[{"type": "text", "text": "Hello world!"}]`"""
# Special case: allowed_origins, allowed_methods, allowed_headers all
# need json.loads type
# Should also remove nargs
print
(
frontend_kwargs
[
"allowed_origins"
])
frontend_kwargs
[
"allowed_origins"
][
"type"
]
=
json
.
loads
frontend_kwargs
[
"allowed_methods"
][
"type"
]
=
json
.
loads
frontend_kwargs
[
"allowed_headers"
][
"type"
]
=
json
.
loads
...
...
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