From 5b93bc92ed2fe81384ad2c2179a23afbf4c7378e Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:30:28 +0000 Subject: [PATCH 1/2] $Update minimaxm2.5-fp8-mi300x-vllm vLLM image to v0.20.2\n\nRef #1154\n\nCo-authored-by: Klaud Cold --- .github/configs/amd-master.yaml | 2 +- perf-changelog.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/configs/amd-master.yaml b/.github/configs/amd-master.yaml index 692725bc1e..5947d69729 100644 --- a/.github/configs/amd-master.yaml +++ b/.github/configs/amd-master.yaml @@ -660,7 +660,7 @@ minimaxm2.5-fp4-mi355x-vllm: - { tp: 4, conc-start: 4, conc-end: 64 } minimaxm2.5-fp8-mi300x-vllm: - image: vllm/vllm-openai-rocm:v0.16.0 + image: vllm/vllm-openai-rocm:v0.20.2 model: MiniMaxAI/MiniMax-M2.5 model-prefix: minimaxm2.5 runner: mi300x diff --git a/perf-changelog.yaml b/perf-changelog.yaml index ac8269ef24..1fa71304c8 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -2343,3 +2343,9 @@ description: - "Add Qwen3.5-397B-A17B FP8 MI355X ATOM benchmark configs with and without MTP" pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1310 + +- config-keys: + - minimaxm2.5-fp8-mi300x-vllm + description: + - "Update vLLM ROCm image from v0.16.0 to v0.20.2" + pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/XXX From 1bcdc47694e94e24b18875976a7df670b904cce5 Mon Sep 17 00:00:00 2001 From: claude-fix-bot Date: Sun, 17 May 2026 02:52:45 -0400 Subject: [PATCH 2/2] fix(minimaxm2.5-fp8-mi300x-vllm): bump image to v0.21.0, merge main for --disable-log-requests removal The original commit set the image to v0.20.2 instead of v0.21.0. Merging main picks up commit 0552ead5 which removed the deprecated --disable-log-requests flag from the benchmark script (PR #1371). Both issues caused the CI sweep to fail with 'unrecognized arguments'.