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
2d7f5fc5
Unverified
Commit
2d7f5fc5
authored
Nov 03, 2025
by
Yan Ru Pei
Committed by
GitHub
Nov 03, 2025
Browse files
fix: vllm disagg launch script should not enable kv routing (#4063)
Signed-off-by:
PeaBrane
<
yanrpei@gmail.com
>
parent
3555b72f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
examples/backends/vllm/launch/disagg.sh
examples/backends/vllm/launch/disagg.sh
+1
-1
examples/backends/vllm/launch/disagg_kvbm.sh
examples/backends/vllm/launch/disagg_kvbm.sh
+2
-2
No files found.
examples/backends/vllm/launch/disagg.sh
View file @
2d7f5fc5
...
...
@@ -5,7 +5,7 @@ set -e
trap
'echo Cleaning up...; kill 0'
EXIT
# run ingress
python
-m
dynamo.frontend
--router-mode
kv
--http-port
=
8000 &
python
-m
dynamo.frontend
--http-port
=
8000 &
# --enforce-eager is added for quick deployment. for production use, need to remove this flag
CUDA_VISIBLE_DEVICES
=
0 python3
-m
dynamo.vllm
--model
Qwen/Qwen3-0.6B
--enforce-eager
&
...
...
examples/backends/vllm/launch/disagg_kvbm.sh
View file @
2d7f5fc5
...
...
@@ -4,8 +4,8 @@
set
-e
trap
'echo Cleaning up...; kill 0'
EXIT
# run ingress
with KV router
python
-m
dynamo.frontend
--router-mode
kv
--http-port
=
8000 &
# run ingress
python
-m
dynamo.frontend
--http-port
=
8000 &
# run decode worker on GPU 0, without enabling KVBM
# NOTE: remove --enforce-eager for production use
...
...
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