[CI]update bisheng version (#5621)

### What this PR does / why we need it?
update bisheng version in 20260105

- vLLM version: v0.13.0
- vLLM main:
8be6432bda

Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
meihanc
2026-01-06 15:22:22 +08:00
committed by GitHub
parent e07938047e
commit c1dcddce3f
6 changed files with 10 additions and 12 deletions

View File

@@ -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