Skip to content

Commit 88a3898

Browse files
committed
change workflow
Signed-off-by: wxsIcey <[email protected]>
1 parent 3dc9385 commit 88a3898

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/_e2e_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ jobs:
170170
pip install -r requirements-dev.txt
171171
pip install -v -e .
172172
173-
- name: Run vllm-project/vllm-ascend test (no triton)
173+
# This test doesn't require triton-ascend, we run it to avoid potential triton issues.
174+
- name: Run vllm-project/vllm-ascend test (no triton-ascend)
174175
env:
175176
VLLM_WORKER_MULTIPROC_METHOD: spawn
176177
VLLM_USE_MODELSCOPE: True

tests/e2e/multicard/test_aclgraph_capture_replay.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@
2727

2828
from vllm_ascend.utils import AscendDeviceType, get_ascend_device_type
2929

30-
MODELS = [
31-
"facebook/opt-125m",
32-
"vllm-ascend/DeepSeek-V2-Lite-W8A8",
33-
]
30+
# here we delete qwen3-0.6b, please add it when the test can be enabled when trion-ascend is supported.
31+
MODELS = ["vllm-ascend/DeepSeek-V2-Lite-W8A8"]
3432

3533

3634
def _install_spies(counters: dict[str, Any]) -> contextlib.ExitStack:

0 commit comments

Comments
 (0)