Skip to content

Commit 371fcb0

Browse files
authored
[TRTLLM-8366][feat] add kimi multi nodes case (#8025)
Signed-off-by: Xin He (SW-GPU) <[email protected]>
1 parent d90b4c5 commit 371fcb0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3359,7 +3359,7 @@ def test_ptp_quickstart_advanced_llama_multi_nodes(llm_root, llm_venv,
33593359
check_call(" ".join(run_cmd), shell=True, env=llm_venv._new_env)
33603360

33613361

3362-
@pytest.mark.timeout(5400)
3362+
@pytest.mark.timeout(7200)
33633363
@pytest.mark.skip_less_device_memory(80000)
33643364
@pytest.mark.skip_less_device(4)
33653365
@pytest.mark.parametrize("eval_task", ["mmlu"])
@@ -3376,6 +3376,8 @@ def test_ptp_quickstart_advanced_llama_multi_nodes(llm_root, llm_venv,
33763376
pytest.param('Qwen3/saved_models_Qwen3-235B-A22B_nvfp4_hf',
33773377
marks=skip_pre_blackwell),
33783378
pytest.param('DeepSeek-R1/DeepSeek-R1-0528-FP4', marks=skip_pre_blackwell),
3379+
pytest.param('Kimi-K2-Instruct',
3380+
marks=(skip_pre_hopper, skip_post_blackwell)),
33793381
])
33803382
def test_multi_nodes_eval(llm_venv, model_path, tp_size, pp_size, ep_size,
33813383
eval_task):

tests/integration/test_lists/qa/llm_function_multinode.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ test_e2e.py::test_multi_nodes_eval[llama4-models/nvidia/Llama-4-Maverick-17B-128
77
test_e2e.py::test_multi_nodes_eval[Qwen3/Qwen3-235B-A22B-tp16-mmlu]
88
test_e2e.py::test_multi_nodes_eval[Qwen3/saved_models_Qwen3-235B-A22B_nvfp4_hf-tp16-mmlu]
99
test_e2e.py::test_multi_nodes_eval[DeepSeek-R1/DeepSeek-R1-0528-FP4-tp16-mmlu]
10+
test_e2e.py::test_multi_nodes_eval[Kimi-K2-Instruct-tp16-mmlu]
1011
test_e2e.py::test_openai_disagg_multi_nodes_completion[ctx_tp2pp1-gen_tp2pp1]
1112
test_e2e.py::test_openai_disagg_multi_nodes_completion[ctx_tp1pp2-gen_tp1pp2]

tests/integration/test_lists/waives.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,4 @@ accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_1gpu[True-True-cutlass-aut
362362
test_e2e.py::test_ptp_quickstart_multimodal[qwen2-vl-7b-instruct-Qwen2-VL-7B-Instruct-image-False] SKIP (https://nvbugs/5547437)
363363
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_1gpu[True-True-trtllm-auto] SKIP (https://nvbugs/5575913)
364364
accuracy/test_llm_api_pytorch.py::TestLlama4MaverickInstruct::test_fp8_eagle3[tp8-torch_compile=True] SKIP (https://nvbugs/5546510)
365+
test_e2e.py::test_multi_nodes_eval[Kimi-K2-Instruct-tp16-mmlu] SKIP (https://nvbugs/5579054)

0 commit comments

Comments
 (0)