[NPU] chore: bump basic software version to 8.3.rc2 (#14614)

This commit is contained in:
Even Zhou
2025-12-09 09:14:27 +08:00
committed by GitHub
parent 6f657070ef
commit 60d36e7be7
9 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04-arm
strategy:
matrix:
cann_version: ["8.3.rc1"]
cann_version: ["8.3.rc2"]
device_type: ["910b", "a3"]
steps:
- name: Checkout repository
@@ -70,6 +70,6 @@ jobs:
push: ${{ github.repository == 'sgl-project/sglang' && github.event_name != 'pull_request' }}
provenance: false
build-args: |
SGLANG_KERNEL_NPU_TAG=20251128
SGLANG_KERNEL_NPU_TAG=20251206
CANN_VERSION=${{ matrix.cann_version }}
DEVICE_TYPE=${{ matrix.device_type }}