[Nightly][BugFix] Install triton for nightly e2e op test. (#5096)
### What this PR does / why we need it? This PR adds triton-ascend installation to nightly e2e single card environment. Signed-off-by: whx-sjtu <2952154980@qq.com>
This commit is contained in:
@@ -135,3 +135,9 @@ jobs:
|
||||
working-directory: /vllm-workspace/vllm-ascend
|
||||
run: |
|
||||
pytest -sv ${{ inputs.tests }}
|
||||
|
||||
- name: Install triton-ascend
|
||||
run: |
|
||||
source /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
|
||||
wget https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl
|
||||
pip install triton_ascend-3.2.0.dev2025110717-cp311-cp311-manylinux_2_27_aarch64.whl
|
||||
|
||||
Reference in New Issue
Block a user