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
541c1852
Unverified
Commit
541c1852
authored
Aug 06, 2024
by
Robert Shaw
Committed by
GitHub
Aug 06, 2024
Browse files
[ BugFix ] Fix ZMQ when `VLLM_PORT` is set (#7205)
parent
a3bbbfa1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/envs.py
vllm/envs.py
+1
-1
No files found.
vllm/envs.py
View file @
541c1852
...
@@ -145,7 +145,7 @@ environment_variables: Dict[str, Callable[[], Any]] = {
...
@@ -145,7 +145,7 @@ environment_variables: Dict[str, Callable[[], Any]] = {
# used when the frontend api server is running in multi-processing mode,
# used when the frontend api server is running in multi-processing mode,
# to communicate with the backend engine process over ZMQ.
# to communicate with the backend engine process over ZMQ.
'VLLM_RPC_PORT'
:
'VLLM_RPC_PORT'
:
lambda
:
int
(
os
.
getenv
(
'VLLM_PORT'
,
'5570'
)),
lambda
:
int
(
os
.
getenv
(
'VLLM_
RPC_
PORT'
,
'5570'
)),
# If true, will load models from ModelScope instead of Hugging Face Hub.
# If true, will load models from ModelScope instead of Hugging Face Hub.
# note that the value is true or false, not numbers
# note that the value is true or false, not numbers
...
...
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