[NPU][Bugfix] Fix qwen3 error when enable-dp-lm-head (#16115)

This commit is contained in:
chenxu214
2026-01-08 15:15:43 +08:00
committed by GitHub
parent 3d51ae18a1
commit 7dd679cbb9
8 changed files with 52 additions and 16 deletions

View File

@@ -73,6 +73,6 @@ jobs:
push: ${{ github.repository == 'sgl-project/sglang' && github.event_name != 'pull_request' }}
provenance: false
build-args: |
SGLANG_KERNEL_NPU_TAG=20251206
SGLANG_KERNEL_NPU_TAG=2025.12.31
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}

View File

@@ -81,7 +81,7 @@ jobs:
push: ${{ github.repository == 'sgl-project/sglang' && github.event_name != 'pull_request' }}
provenance: false
build-args: |
SGLANG_KERNEL_NPU_TAG=20251206
SGLANG_KERNEL_NPU_TAG=2025.12.31
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}
SGLANG_TAG=${{ steps.version.outputs.version }}