Unverified Commit e2f51254 authored by Kris Hung's avatar Kris Hung Committed by GitHub
Browse files

fix: Update doc to assign port to avoid zmq port collision (#4469)

parent 69797b5a
...@@ -81,6 +81,8 @@ Leave this terminal running - it will show Decode Worker logs. ...@@ -81,6 +81,8 @@ Leave this terminal running - it will show Decode Worker logs.
```bash ```bash
export DYN_LOG=debug # Increase log verbosity to see disaggregation export DYN_LOG=debug # Increase log verbosity to see disaggregation
DYN_VLLM_KV_EVENT_PORT=20081 \
VLLM_NIXL_SIDE_CHANNEL_PORT=20097 \
CUDA_VISIBLE_DEVICES=1 python -m dynamo.vllm --model Qwen/Qwen3-0.6B --is-prefill-worker CUDA_VISIBLE_DEVICES=1 python -m dynamo.vllm --model Qwen/Qwen3-0.6B --is-prefill-worker
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment