[NPU] custom-ops adapt (#30731)

This commit is contained in:
monkeyLoveding
2026-07-17 10:39:00 +08:00
committed by GitHub
parent 9910ef8167
commit 7355e0cb87
4 changed files with 28 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.6.2
SGLANG_KERNEL_NPU_TAG=2026.7.2
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.6.2
SGLANG_KERNEL_NPU_TAG=2026.7.2
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}
SGLANG_TAG=${{ steps.version.outputs.version }}