File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276276 shell : bash -l {0}
277277 run : |
278278 . /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
279- 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.manylinux_2_28_aarch64 .whl"
279+ 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 .whl"
280280
281281 - name : Run vllm-project/vllm-ascend Qwen3 Next test
282282 working-directory : ./vllm-ascend
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ source /usr/local/Ascend/ascend-toolkit/8.3.RC2/bisheng_toolkit/set_env.sh
5555Install Triton Ascend:
5656
5757``` bash
58- wget https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev20250914 -cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64 .whl
59- pip install triton_ascend-3.2.0.dev20250914 -cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64 .whl
58+ wget https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev2025110717 -cp311-cp311-manylinux_2_27 .whl
59+ pip install triton_ascend-3.2.0.dev2025110717 -cp311-cp311-manylinux_2_27 .whl
6060```
6161
6262::::
You can’t perform that action at this time.
0 commit comments