Skip to content

Commit bf82457

Browse files
author
zjks98
committed
fix kimi k2.5 nightly
Signed-off-by: zjks98 <zhangjiakang4@huawei.com>
1 parent 5e8392a commit bf82457

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/e2e/nightly/single_node/models/configs/Kimi-K2.5.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ _server_cmd: &server_cmd
2727
- "--port"
2828
- "$SERVER_PORT"
2929
- "--max-model-len"
30-
- "36864"
30+
- "70000"
3131
- "--max-num-batched-tokens"
3232
- "16384"
3333
- "--max-num-seqs"
34-
- "64"
34+
- "32"
3535
- "--async-scheduling"
3636
- "--quantization"
3737
- "ascend"
@@ -57,8 +57,8 @@ _benchmarks: &benchmarks
5757
dataset_path: vllm-ascend/aime2025
5858
request_conf: vllm_api_general_chat
5959
dataset_conf: aime2025/aime2025_gen_0_shot_chat_prompt
60-
max_out_len: 32768
61-
batch_size: 32
60+
max_out_len: 65536
61+
batch_size: 8
6262
baseline: 95
6363
threshold: 10
6464
perf:

0 commit comments

Comments
 (0)