Conversation
mmangkad
requested review from
BBuf,
Edwardf0t1,
Fridge003,
HaiShaw,
Ying1123,
ch-wan,
ispobock and
merrymercy
as code owners
September 15, 2026 14:27
Collaborator
Author
|
/rerun-test test/registered/backends/test_flashinfer_trtllm_gen_moe_backend.py |
Contributor
|
Contributor
|
Results for 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Serving an MXFP8 model with FlashInfer A2A and
--flashinfer-a2a-dispatch-type mxfp8dies during init:#31470 made the dispatcher send an already-quantized
float8_e4m3fnpayload with its activation scales, and taught the runner to consume it — but the entry point's BF16-only guard still rejects it. Gate that guard on the quantization payload instead of the dtype alone.Verified on 4x GB300:
CI States
Latest PR Test (Base): ❌ Run #34981974603
Latest PR Test (Extra): ❌ Run #34981974173
Latest PR Test (AMD ROCm 10): ❌ Run #34981974508