Skip to content

Commit c0d4198

Browse files
[Doc][BugFix] Correct Kimi-K2.5 model name casing in deployment guides (vllm-project#12248)
### What this PR does / why we need it? This PR corrects the casing of the Kimi-K2.5 model name from `Kimi-K2.5-W4A8` to `Kimi-K2.5-w4a8` in the deployment commands within the Kimi-K2.5 tutorial. This ensures that users copy-pasting the commands do not encounter "model not found" errors due to case mismatch with the actual model repository name. Signed-off-by: wangzhishenghw <wangzhisheng6@h-partners.com>
1 parent 331c192 commit c0d4198

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export VLLM_ASCEND_ENABLE_MLAPO=1
146146
export VLLM_ASCEND_ENABLE_FLASHCOMM1=1
147147
export VLLM_ASCEND_BALANCE_SCHEDULING=1
148148

149-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
149+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
150150
--host 0.0.0.0 \
151151
--port 8088 \
152152
--quantization ascend \
@@ -276,7 +276,7 @@ Run the following scripts on two nodes respectively.
276276
export VLLM_ASCEND_ENABLE_FLASHCOMM1=1
277277
export VLLM_ASCEND_BALANCE_SCHEDULING=1
278278

279-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
279+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
280280
--host 0.0.0.0 \
281281
--port 8088 \
282282
--quantization ascend \
@@ -344,7 +344,7 @@ Run the following scripts on two nodes respectively.
344344
export VLLM_ASCEND_ENABLE_FLASHCOMM1=1
345345
export VLLM_ASCEND_BALANCE_SCHEDULING=1
346346

347-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
347+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
348348
--host 0.0.0.0 \
349349
--port 8088 \
350350
--quantization ascend \
@@ -481,7 +481,7 @@ Parameter descriptions:
481481
export VLLM_ASCEND_ENABLE_FLASHCOMM1=1
482482
export ASCEND_RT_VISIBLE_DEVICES=$1
483483

484-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
484+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
485485
--host 0.0.0.0 \
486486
--port $2 \
487487
--data-parallel-size $3 \
@@ -562,7 +562,7 @@ Parameter descriptions:
562562
export VLLM_ASCEND_ENABLE_FLASHCOMM1=1
563563
export ASCEND_RT_VISIBLE_DEVICES=$1
564564

565-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
565+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
566566
--host 0.0.0.0 \
567567
--port $2 \
568568
--data-parallel-size $3 \
@@ -643,7 +643,7 @@ Parameter descriptions:
643643
export VLLM_ASCEND_ENABLE_MLAPO=1
644644
export ASCEND_RT_VISIBLE_DEVICES=$1
645645

646-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
646+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
647647
--host 0.0.0.0 \
648648
--port $2 \
649649
--data-parallel-size $3 \
@@ -723,7 +723,7 @@ Parameter descriptions:
723723
export VLLM_ASCEND_ENABLE_MLAPO=1
724724
export ASCEND_RT_VISIBLE_DEVICES=$1
725725

726-
vllm serve Eco-Tech/Kimi-K2.5-W4A8 \
726+
vllm serve Eco-Tech/Kimi-K2.5-w4a8 \
727727
--host 0.0.0.0 \
728728
--port $2 \
729729
--data-parallel-size $3 \

0 commit comments

Comments
 (0)