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
49996cd5
Unverified
Commit
49996cd5
authored
Sep 27, 2025
by
Peter Pan
Committed by
GitHub
Sep 27, 2025
Browse files
[env] default nixl side port conflicts with kv-event zmq port (#25056)
Signed-off-by:
Peter Pan
<
Peter.Pan@daocloud.io
>
parent
ecb37e27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/envs.py
vllm/envs.py
+2
-2
No files found.
vllm/envs.py
View file @
49996cd5
...
@@ -155,7 +155,7 @@ if TYPE_CHECKING:
...
@@ -155,7 +155,7 @@ if TYPE_CHECKING:
VLLM_MSGPACK_ZERO_COPY_THRESHOLD
:
int
=
256
VLLM_MSGPACK_ZERO_COPY_THRESHOLD
:
int
=
256
VLLM_ALLOW_INSECURE_SERIALIZATION
:
bool
=
False
VLLM_ALLOW_INSECURE_SERIALIZATION
:
bool
=
False
VLLM_NIXL_SIDE_CHANNEL_HOST
:
str
=
"localhost"
VLLM_NIXL_SIDE_CHANNEL_HOST
:
str
=
"localhost"
VLLM_NIXL_SIDE_CHANNEL_PORT
:
int
=
5
557
VLLM_NIXL_SIDE_CHANNEL_PORT
:
int
=
5
600
VLLM_ALL2ALL_BACKEND
:
Literal
[
"naive"
,
"pplx"
,
VLLM_ALL2ALL_BACKEND
:
Literal
[
"naive"
,
"pplx"
,
"deepep_high_throughput"
,
"deepep_high_throughput"
,
"deepep_low_latency"
,
"deepep_low_latency"
,
...
@@ -1220,7 +1220,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
...
@@ -1220,7 +1220,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
# Port used for NIXL handshake between remote agents.
# Port used for NIXL handshake between remote agents.
"VLLM_NIXL_SIDE_CHANNEL_PORT"
:
"VLLM_NIXL_SIDE_CHANNEL_PORT"
:
lambda
:
int
(
os
.
getenv
(
"VLLM_NIXL_SIDE_CHANNEL_PORT"
,
"5
557
"
)),
lambda
:
int
(
os
.
getenv
(
"VLLM_NIXL_SIDE_CHANNEL_PORT"
,
"5
600
"
)),
# all2all backend for vllm's expert parallel communication
# all2all backend for vllm's expert parallel communication
# Available options:
# Available options:
...
...
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