[TRTLLM-12352][feat] complete MX post-transform qualification foundation#16458
[TRTLLM-12352][feat] complete MX post-transform qualification foundation#16458chienchunhung wants to merge 2 commits into
Conversation
d7a335d to
63503c8
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #60831 [ run ] triggered by Bot. Commit: |
|
PR_Github #60831 [ run ] completed with state
|
|
/bot run --disable-fail-fast --stage-list "A100X-PyTorch-1,B300-PyTorch-1,DGX_B200-PyTorch-5,DGX_H100-PyTorch-5" |
|
PR_Github #61117 [ run ] triggered by Bot. Commit: |
|
PR_Github #61117 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #61352 [ run ] triggered by Bot. Commit: |
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
63503c8 to
c0c0de5
Compare
|
/bot run --disable-fail-fast |
1 similar comment
|
/bot run --disable-fail-fast |
|
PR_Github #61352 [ run ] completed with state |
|
PR_Github #61354 [ run ] triggered by Bot. Commit: |
|
PR_Github #61354 [ run ] completed with state
|
Summary
Complete the post-transform qualification foundation needed before adding MX support for another model family.
This PR keeps
LlamaForCausalLMas the only enabled profile. It replaces broad capability assumptions with an exact, test-backed contract for deciding whether a producer may publish and a receiver may consume post-transform weights.Dependencies
3df2ef3777.3f2eee5133, replayed on the current dependency stack.The PR targets
main, so its visible diff still includes #16159 while that dependency remains open. It should remain draft and be rebased after #16159 merges.Changes
Foundation A: exact capability profiles
Foundation B: reusable qualification harness
Foundation C: transform-layout ABI
trtllm-llama-target-layout-v1.ENFORCEidentity policy.Scope
Validation
git diff --check: passed.torchandtransformersare not installed); full CI is required.