Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions moonshotai/Kimi-K2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ docker run --gpus all \
vllm/vllm-openai:v0.17.0-cu130 moonshotai/Kimi-K2.5 \
--tensor-parallel-size 8 \
--mm-encoder-tp-mode data \
--compilation_config.pass_config.fuse_allreduce_rms true \
--tool-call-parser kimi_k2 \
--reasoning-parser kimi_k2 \
--enable-auto-tool-choice \
Expand All @@ -39,7 +38,6 @@ docker run --gpus all \
vllm/vllm-openai:v0.17.0-aarch64-cu130 moonshotai/Kimi-K2.5 \
--tensor-parallel-size 4 \
--mm-encoder-tp-mode data \
--compilation_config.pass_config.fuse_allreduce_rms true \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The justification for removing this flag is that it's enabled by default on Hopper hardware. This change, however, is for a Blackwell (aarch64) example. Since Blackwell is a different architecture, this optimization might not be enabled by default. To ensure optimal performance on Blackwell, it might be better to retain this flag unless it's confirmed to be default on Blackwell as well.

--tool-call-parser kimi_k2 \
--reasoning-parser kimi_k2 \
--enable-auto-tool-choice \
Expand All @@ -59,7 +57,6 @@ See the following command to deploy Kimi-K2.5 with the vLLM inference server. Th
```bash
vllm serve moonshotai/Kimi-K2.5 -tp 8 \
--mm-encoder-tp-mode data \
--compilation_config.pass_config.fuse_allreduce_rms true \
--tool-call-parser kimi_k2 \
--reasoning-parser kimi_k2 \
--enable-auto-tool-choice \
Expand Down