[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user