Skip to content

Commit bd35c24

Browse files
authored
add annotation
1 parent f759f5e commit bd35c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/multicard/test_torchair_graph_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def _qwen_torchair_test_fixture(
223223
def test_e2e_qwen3_moe_with_torchair():
224224

225225
def stubbed_get_state(ep_size, with_prefill, is_deepseek_v3_r1):
226+
# force ep_size=16 to use MC2
226227
return _get_fused_moe_state(16, with_prefill, is_deepseek_v3_r1)
227228

228229
with patch('vllm_ascend.ascend_forward_context._get_fused_moe_state',

0 commit comments

Comments
 (0)