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
b356b499
Unverified
Commit
b356b499
authored
Mar 04, 2026
by
dagil-nvidia
Committed by
GitHub
Mar 04, 2026
Browse files
docs(examples): add missing --kv-transfer-config to disaggregated serving README (#6898)
Signed-off-by:
Dan Gil
<
dagil@nvidia.com
>
parent
63e7b7da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/basics/disaggregated_serving/README.md
examples/basics/disaggregated_serving/README.md
+1
-0
No files found.
examples/basics/disaggregated_serving/README.md
View file @
b356b499
...
@@ -83,6 +83,7 @@ Leave this terminal running - it will show Decode Worker logs.
...
@@ -83,6 +83,7 @@ Leave this terminal running - it will show Decode Worker logs.
export DYN_LOG=debug # Increase log verbosity to see disaggregation
export DYN_LOG=debug # Increase log verbosity to see disaggregation
VLLM_NIXL_SIDE_CHANNEL_PORT=20097
\
VLLM_NIXL_SIDE_CHANNEL_PORT=20097
\
CUDA_VISIBLE_DEVICES=1 python -m dynamo.vllm --model Qwen/Qwen3-0.6B --disaggregation-mode prefill
\
CUDA_VISIBLE_DEVICES=1 python -m dynamo.vllm --model Qwen/Qwen3-0.6B --disaggregation-mode prefill
\
--kv-transfer-config '{"kv_connector":"NixlConnector","kv_role":"kv_both"}'
\
--kv-events-config '{"publisher":"zmq","topic":"kv-events","endpoint":"tcp://
*
:20081","enable_kv_cache_events":true}'
--kv-events-config '{"publisher":"zmq","topic":"kv-events","endpoint":"tcp://
*
:20081","enable_kv_cache_events":true}'
```
```
...
...
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