[refactor] Adopt get_parallel() everywhere and close out the parallel wrapper surface (#30492)
This commit is contained in:
@@ -4544,8 +4544,6 @@ class TestEntrypointDpAttentionMissingAlias:
|
||||
"attn_tp_size": 1,
|
||||
"attn_dp_rank": tp_rank,
|
||||
"attn_dp_size": 2,
|
||||
"local_attn_dp_rank": tp_rank,
|
||||
"local_attn_dp_size": 2,
|
||||
"attn_cp_rank": 0,
|
||||
"attn_cp_size": 1,
|
||||
}
|
||||
|
||||
@@ -2344,8 +2344,6 @@ class TestDumperE2E:
|
||||
"attn_tp_size",
|
||||
"attn_dp_rank",
|
||||
"attn_dp_size",
|
||||
"local_attn_dp_rank",
|
||||
"local_attn_dp_size",
|
||||
"attn_cp_rank",
|
||||
"attn_cp_size",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user