From cf4d15a55aff49138f3c68b94ba684c062ce4a19 Mon Sep 17 00:00:00 2001 From: Meihan-chen Date: Tue, 6 Jan 2026 09:58:51 +0800 Subject: [PATCH] [CI]update bisheng version Signed-off-by: Meihan-chen --- .github/workflows/_e2e_nightly_single_node.yaml | 2 +- .github/workflows/_e2e_nightly_single_node_models.yaml | 2 +- .github/workflows/_e2e_test.yaml | 6 +++--- .github/workflows/pr_test_light.yaml | 2 +- docs/source/tutorials/DeepSeek-V3.2.md | 5 ++--- docs/source/tutorials/Qwen3-Next.md | 5 ++--- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/_e2e_nightly_single_node.yaml b/.github/workflows/_e2e_nightly_single_node.yaml index dc40903db4b..92345042628 100644 --- a/.github/workflows/_e2e_nightly_single_node.yaml +++ b/.github/workflows/_e2e_nightly_single_node.yaml @@ -127,7 +127,7 @@ jobs: if: ${{ inputs.name == 'test_custom_op' }} shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH diff --git a/.github/workflows/_e2e_nightly_single_node_models.yaml b/.github/workflows/_e2e_nightly_single_node_models.yaml index 7618b31a90c..2cb30f0e756 100644 --- a/.github/workflows/_e2e_nightly_single_node_models.yaml +++ b/.github/workflows/_e2e_nightly_single_node_models.yaml @@ -108,7 +108,7 @@ jobs: if: ${{ inputs.runner == 'linux-aarch64-a2-4' && contains(inputs.model_list, 'Qwen3-Next-80B-A3B-Instruct') }} shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH diff --git a/.github/workflows/_e2e_test.yaml b/.github/workflows/_e2e_test.yaml index 7dd6a17d8be..f58e04e822a 100644 --- a/.github/workflows/_e2e_test.yaml +++ b/.github/workflows/_e2e_test.yaml @@ -71,7 +71,7 @@ jobs: - name: Install Ascend toolkit & triton_ascend shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH @@ -188,7 +188,7 @@ jobs: - name: Install Ascend toolkit & triton_ascend shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH @@ -288,7 +288,7 @@ jobs: - name: Install Ascend toolkit & triton_ascend shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH diff --git a/.github/workflows/pr_test_light.yaml b/.github/workflows/pr_test_light.yaml index 816aecb5506..156179b1a6a 100644 --- a/.github/workflows/pr_test_light.yaml +++ b/.github/workflows/pr_test_light.yaml @@ -130,7 +130,7 @@ jobs: - name: Install Ascend toolkit & triton_ascend shell: bash -l {0} run: | - BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20251225.run" + BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH diff --git a/docs/source/tutorials/DeepSeek-V3.2.md b/docs/source/tutorials/DeepSeek-V3.2.md index 18123bd4cdc..e81e6bb817b 100644 --- a/docs/source/tutorials/DeepSeek-V3.2.md +++ b/docs/source/tutorials/DeepSeek-V3.2.md @@ -39,7 +39,7 @@ The [Triton Ascend](https://gitee.com/ascend/triton-ascend) is for better perfor Install the Ascend BiSheng toolkit, execute the command: ```bash -BISHENG_NAME="Ascend-BiSheng-toolkit_$(uname -i)_20251225.run" +BISHENG_NAME="Ascend-BiSheng-toolkit_$(uname -i)_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH @@ -48,8 +48,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH Install Triton Ascend: ```bash -wget https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev20251229-cp311-cp311-manylinux_2_27_$(uname -i).manylinux_2_28_$(uname -i).whl -pip install triton_ascend-3.2.0.dev20251229-cp311-cp311-manylinux_2_27_$(uname -i).manylinux_2_28_$(uname -i).whl +python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105 ``` ::: diff --git a/docs/source/tutorials/Qwen3-Next.md b/docs/source/tutorials/Qwen3-Next.md index 5a573c259d8..f4b650f608a 100644 --- a/docs/source/tutorials/Qwen3-Next.md +++ b/docs/source/tutorials/Qwen3-Next.md @@ -60,7 +60,7 @@ The [Triton Ascend](https://gitee.com/ascend/triton-ascend) is required when you Install the Ascend BiSheng toolkit, execute the command: ```bash -BISHENG_NAME="Ascend-BiSheng-toolkit_$(uname -i)_20251225.run" +BISHENG_NAME="Ascend-BiSheng-toolkit_$(uname -i)_20260105.run" BISHENG_URL="https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/${BISHENG_NAME}" wget -O "${BISHENG_NAME}" "${BISHENG_URL}" && chmod a+x "${BISHENG_NAME}" && "./${BISHENG_NAME}" --install && rm "${BISHENG_NAME}" export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH @@ -69,8 +69,7 @@ export PATH=/usr/local/Ascend/tools/bishengir/bin:$PATH Install Triton Ascend: ```bash -wget https://vllm-ascend.obs.cn-north-4.myhuaweicloud.com/vllm-ascend/triton_ascend-3.2.0.dev20251229-cp311-cp311-manylinux_2_27_$(uname -i).manylinux_2_28_$(uname -i).whl -pip install triton_ascend-3.2.0.dev20251229-cp311-cp311-manylinux_2_27_$(uname -i).manylinux_2_28_$(uname -i).whl +python3 -m pip install -i https://test.pypi.org/simple/ triton-ascend==3.2.0.dev20260105 ``` ### Inference