File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 pytest -sv tests/e2e/multicard/test_torchair_graph_mode.py
183183 pytest -sv tests/e2e/multicard/test_data_parallel.py
184184 pytest -sv tests/e2e/multicard/test_expert_parallel.py
185- # pytest -sv tests/e2e/multicard/test_external_launcher.py
185+ pytest -sv tests/e2e/multicard/test_external_launcher.py
186186 pytest -sv tests/e2e/multicard/test_single_request_aclgraph.py
187187 pytest -sv tests/e2e/multicard/test_fused_moe_allgather_ep.py
188188 pytest -sv tests/e2e/multicard/test_ilama_lora_tp2.py
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ def test_external_launcher_and_sleepmode():
154154 assert proc .returncode == 0
155155
156156
157+ @patch .dict (os .environ , {"VLLM_ASCEND_ENABLE_NZ" : "0" })
157158def test_external_launcher_and_sleepmode_level2 ():
158159 script = Path (
159160 __file__
You can’t perform that action at this time.
0 commit comments