Skip to content

Commit 95718dd

Browse files
committed
install triton
Signed-off-by: wxsIcey <[email protected]>
1 parent bded206 commit 95718dd

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.github/workflows/_e2e_test.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ jobs:
6868
pip install -r requirements-dev.txt
6969
pip install -v -e .
7070
71+
- name: Install Ascend toolkit & triton_ascend
72+
shell: bash -l {0}
73+
run: |
74+
. /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
75+
python3 -m pip install "https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl"
76+
7177
- name: Run vllm-project/vllm-ascend test
7278
env:
7379
VLLM_WORKER_MULTIPROC_METHOD: spawn
@@ -163,6 +169,12 @@ jobs:
163169
pip install -r requirements-dev.txt
164170
pip install -v -e .
165171
172+
- name: Install Ascend toolkit & triton_ascend
173+
shell: bash -l {0}
174+
run: |
175+
. /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
176+
python3 -m pip install "https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl"
177+
166178
- name: Run vllm-project/vllm-ascend test (light)
167179
env:
168180
VLLM_WORKER_MULTIPROC_METHOD: spawn
@@ -257,6 +269,12 @@ jobs:
257269
pip install -r requirements-dev.txt
258270
pip install -v -e .
259271
272+
- name: Install Ascend toolkit & triton_ascend
273+
shell: bash -l {0}
274+
run: |
275+
. /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
276+
python3 -m pip install "https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl"
277+
260278
- name: Run vllm-project/vllm-ascend test for V1 Engine
261279
working-directory: ./vllm-ascend
262280
env:
@@ -268,12 +286,6 @@ jobs:
268286
pytest -sv tests/e2e/multicard/test_offline_inference_distributed.py::test_models_distributed_Kimi_K2_Thinking_W4A16
269287
pytest -sv tests/e2e/multicard/test_data_parallel_tp2.py
270288
271-
- name: Install Ascend toolkit & triton_ascend (for Qwen3-Next-80B-A3B-Instruct)
272-
shell: bash -l {0}
273-
run: |
274-
. /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
275-
python3 -m pip install "https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl"
276-
277289
- name: Run vllm-project/vllm-ascend Qwen3 Next test
278290
working-directory: ./vllm-ascend
279291
shell: bash -el {0}

0 commit comments

Comments
 (0)