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
dynamo
Commits
19b5917c
Unverified
Commit
19b5917c
authored
Jan 06, 2026
by
Alec
Committed by
GitHub
Jan 06, 2026
Browse files
fix: assign unique ports per vLLM worker to avoid ZMQ bind conflicts (#5224)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
15a2e8de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
benchmarks/router/run_engines.sh
benchmarks/router/run_engines.sh
+2
-1
No files found.
benchmarks/router/run_engines.sh
View file @
19b5917c
...
...
@@ -251,8 +251,9 @@ else
VLLM_ARGS+
=(
"--is-decode-worker"
)
fi
VLLM_ARGS+
=(
"
${
EXTRA_ARGS
[@]
}
"
)
VLLM_ARGS+
=(
"--request-plane"
"nats"
)
exec env
PYTHONHASHSEED
=
0
CUDA_VISIBLE_DEVICES
=
$GPU_DEVICES
python3
-m
dynamo.vllm
\
exec env
PYTHONHASHSEED
=
0
CUDA_VISIBLE_DEVICES
=
$GPU_DEVICES
DYN_VLLM_KV_EVENT_PORT
=
$((
20080
+
i
))
VLLM_NIXL_SIDE_CHANNEL_PORT
=
$((
20096
+
i
))
python3
-m
dynamo.vllm
\
"
${
VLLM_ARGS
[@]
}
"
fi
}
&
...
...
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