Conversation
…vation for MoE" The first exact post-merge H100 eval for the new MXFP4 plus block-FP8 path scores 0.0000 on GSM8K with a 99.4% invalid-response rate. The same config passes on B200, isolating an SM90 correctness regression. Revert vllm-project#51332 until H100 correctness is restored and covered pre-merge. Co-authored-by: Sherlock <sherlock@agents.local> Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
|
Exact hardware validation launched: Buildkite #85565, with only |
|
Exact hardware validation is terminal green at
The original H100-only failure remains https://buildkite.com/vllm/ci/builds/85561#01a03aba-6c3e-4b98-a0f5-40d420e14882: exact This validates the proposed revert; keeping the PR draft for human review. The CI incident remains open until merge plus an exact post-merge main H100 pass. |
|
This pull request has merge conflicts that must be resolved before it can be |
Why this revert
Reverts #51332 /
ca29cd48ba05after the first exact post-merge H100 evaluation of the newly added MXFP4 + block-FP8 path produced invalid outputs:test_gsm8k_correctness[Qwen3-30B-A3B-MXFP4A16-humming-act-fp8-block]0.0000, invalid rate0.994, versus required floor0.7800; job summary1 failed / 9 passed0.8863, invalid rate0.000This isolates an SM90/H100 correctness regression in the newly merged path. The server remained alive and evaluated all 1,319 prompts, so this is not an agent, startup, or model-download failure.
Coverage gap
The exact H100 Humming Activation job did not run before merge:
The daily #85561 run is the first exact H100 execution of this new config.
Validation
Local:
git diff --cached --checkbefore commit.venv/bin/python -m compileall -q vllm/model_executor/layers/fused_moe vllm/model_executor/layers/quantization/utils/humming_utils.pyuvx pre-commit run— all applicable hooks passedExact hardware validation at head
d2ba916fe024774325baaab418d0af0352b53192:9 passed / 16 warningsin 31m37s9 passed / 16 warningsand INT86 passed / 16 warningsThe proposed revert is exact-green on both required architectures. Keep this PR draft until human review; CI-incident closure still requires merge plus an exact post-merge main H100 pass.
Duplicate-work check
No open PR references #51332 as a revert/fix, and no open PR or issue matched the exact MXFP4 + block-FP8 H100 failure. This revert is intentionally conservative until the feature can restore H100 correctness with exact pre-merge coverage.
AI assistance was used for CI triage, preparing the revert, and drafting this description. Kevin Luu reviewed the exact diff and validation evidence before submission.