Update NPU tag to post4 version and related scripts (#39953)

This commit is contained in:
黄孝君
2026-09-18 14:03:07 +08:00
committed by GitHub
parent 3d1b9e7549
commit d337b865af
3 changed files with 3 additions and 3 deletions
@@ -80,6 +80,6 @@ jobs:
push: ${{ github.repository == 'sgl-project/sglang' && github.event_name != 'pull_request' }}
provenance: false
build-args: |
SGLANG_KERNEL_NPU_TAG=2026.9.0
SGLANG_KERNEL_NPU_TAG=2026.9.0.post4
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
push: ${{ github.repository == 'sgl-project/sglang' && github.event_name != 'pull_request' }}
provenance: false
build-args: |
SGLANG_KERNEL_NPU_TAG=2026.9.0
SGLANG_KERNEL_NPU_TAG=2026.9.0.post4
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}
SGLANG_TAG=${{ steps.version.outputs.version }}