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
1f5febb4
Unverified
Commit
1f5febb4
authored
Feb 10, 2026
by
Michael Goin
Committed by
GitHub
Feb 10, 2026
Browse files
[UX nit] Fix non-default api_server_count message (#34152)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
ae871ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/entrypoints/cli/serve.py
vllm/entrypoints/cli/serve.py
+1
-0
No files found.
vllm/entrypoints/cli/serve.py
View file @
1f5febb4
...
@@ -108,6 +108,7 @@ class ServeSubcommand(CLISubcommand):
...
@@ -108,6 +108,7 @@ class ServeSubcommand(CLISubcommand):
run_multi_api_server
(
args
)
run_multi_api_server
(
args
)
else
:
else
:
# Single API server (this process).
# Single API server (this process).
args
.
api_server_count
=
None
uvloop
.
run
(
run_server
(
args
))
uvloop
.
run
(
run_server
(
args
))
def
validate
(
self
,
args
:
argparse
.
Namespace
)
->
None
:
def
validate
(
self
,
args
:
argparse
.
Namespace
)
->
None
:
...
...
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