From e874f6675df3e846928fc26eb63024e73b1ee313 Mon Sep 17 00:00:00 2001 From: Cam Quilici Date: Wed, 19 Aug 2026 16:39:16 -0500 Subject: [PATCH] test(agentx): exercise empty-content TTFT Pin the AIPerf submodule to PR #42 and enable --allow-empty-content only for the MiniMax-M3 B300 TensorRT-LLM AgentX recipe. Signed-off-by: Cam Quilici --- .../single_node/agentic/minimaxm3_fp4_b300_trt_mtp.sh | 1 + perf-changelog.yaml | 9 +++++++++ utils/aiperf | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/benchmarks/single_node/agentic/minimaxm3_fp4_b300_trt_mtp.sh b/benchmarks/single_node/agentic/minimaxm3_fp4_b300_trt_mtp.sh index 1e7c3f529c..0019c113f0 100755 --- a/benchmarks/single_node/agentic/minimaxm3_fp4_b300_trt_mtp.sh +++ b/benchmarks/single_node/agentic/minimaxm3_fp4_b300_trt_mtp.sh @@ -173,5 +173,6 @@ if [ "${EVAL_ONLY}" = "true" ]; then run_eval --port "$PORT" else build_replay_cmd "$RESULT_DIR" + REPLAY_CMD+=" --allow-empty-content" run_agentic_replay_and_write_outputs "$RESULT_DIR" fi diff --git a/perf-changelog.yaml b/perf-changelog.yaml index d777c8a901..c4f2b5ca83 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -6215,3 +6215,12 @@ - "Use NIXL KV transfer for disaggregated variants, prefill HiCache DRAM offload, native MTP with committed thinking-on golden acceptance lengths, and lmsysorg/sglang:nightly-dev-cu13-20260805-211ee642." - "Leave DYN_ROUTER_TEMPERATURE unset across the recipe set." pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2642 + +- config-keys: + - minimaxm3-fp4-b300-trtllm-agentic-mtp + scenario-type: + - agentic-coding + description: + - "Test AIPerf PR #42 empty-content TTFT handling on the MiniMax-M3 NVFP4 B300 TensorRT-LLM AgentX configuration." + - "Pin utils/aiperf to e8ece5d29bd0285af1ced36fbc4c670328b2d58c and enable --allow-empty-content for this recipe." + pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2682 diff --git a/utils/aiperf b/utils/aiperf index 754356e9a3..e8ece5d29b 160000 --- a/utils/aiperf +++ b/utils/aiperf @@ -1 +1 @@ -Subproject commit 754356e9a39acc6cc6afb242d123bb57c3fb6f75 +Subproject commit e8ece5d29bd0285af1ced36fbc4c670328b2d58c