[NPU] bugfix for Qwen3-Next and performance update (#11969)

This commit is contained in:
Even Zhou
2025-10-30 21:52:16 +08:00
committed by GitHub
parent 73dfd2dfb1
commit cafebef154
7 changed files with 68 additions and 21 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=20250926
SGLANG_KERNEL_NPU_TAG=20251030
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}

View File

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