test(e2e): add opt-in Qwen3.5-122B CUDA coverage - #274
Open
shanyulu wants to merge 1 commit into
Open
Conversation
Signed-off-by: shanyulu <2044173119@qq.com>
shanyulu
requested review from
hsliuustc0106 and
jiangkuaixue123
as code owners
August 27, 2026 02:34
Collaborator
|
Thanks for adding the Qwen3.5 coverage! Do you have any performance data you could share, such as throughput and latency comparisons between the native baseline and AFD 4A4F? |
Contributor
Author
wait |
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.
Purpose
Add repository-owned, opt-in CUDA E2E coverage for
Qwen/Qwen3.5-122B-A10Busing the existing Qwen3.5/3.6 adapter family.Scope
P2pNcclAFDConnectorThe checkpoint declares
num_experts=256andnum_experts_per_tok=8.Test design
The profile is explicitly opt-in and requires:
It never automatically downloads the approximately 234 GiB checkpoint and is
not wired into the default Buildkite PR/merge gate.
Cases:
baseline-eager: native DP4/TP1/EP4 on devices 0,2,4,6afd-eager-4a4f: Attention DP4/TP1 on 0,2,4,6 and FFN DP4/TP1/EP4 on1,3,5,7
Correctness child environments remove benchmark-only forced-routing variables.
Validation
Exact candidate SHA:
9120b20b9a707e39d436dc8afce99ebea9c7514fHardware:
Software:
Results:
Runtime observation: The AFD run emitted vLLM-internal worker shutdown
escalation and Python
resource_trackerwarnings during process teardown. Therepository E2E runner did not trigger its forced-SIGKILL failure path, exited
successfully, released all ports and GPU allocations, and left no residual
AFD/vLLM processes.
Performance
Performance was not evaluated; this PR makes no throughput or latency claim.
Limitations
Relationship