Skip to content

Commit 378e31e

Browse files
[Doc][BugFix] Fix port mismatch in Kimi-K2.6 tutorial (vllm-project#13062)
### What this PR does / why we need it? This PR fixes a port mismatch in the Kimi-K2.6 tutorial. Previously, the startup command used port `8089` while the service verification command used `8088`. This PR aligns both to use the default port `8000`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Documentation update only. - vLLM version: v0.25.1 - vLLM main: vllm-project/vllm@d02df74 Signed-off-by: wangzhishenghw <wangzhisheng6@h-partners.com>
1 parent 7662ec9 commit 378e31e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/tutorials/models/Kimi-K2.6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ vllm serve Eco-Tech/Kimi-K2.6-W4A8 \
160160
--data-parallel-size 4 \
161161
--no-enable-prefix-caching \
162162
--enable-expert-parallel \
163-
--port 8089 \
163+
--port 8000 \
164164
--max-num-seqs 4 \
165165
--max-model-len 34816 \
166166
--max-num-batched-tokens 16384 \
@@ -188,7 +188,7 @@ Common Issues Tip: If you encounter issues, please refer to the [Public FAQ](htt
188188
Service Verification:
189189

190190
```shell
191-
curl http://<node_ip>:8088/v1/chat/completions \
191+
curl http://<node_ip>:8000/v1/chat/completions \
192192
-H "Content-Type: application/json" \
193193
-d '{
194194
"model": "kimi_k26",

0 commit comments

Comments
 (0)