[docker] upgrade NPU images to CANN 9.1 and PyTorch 2.10 (#10729)

This commit is contained in:
xvxuopop
2026-08-10 11:20:41 +08:00
committed by GitHub
parent 63a89710c7
commit 0bbe481e6e
10 changed files with 297 additions and 384 deletions

View File

@@ -25,11 +25,11 @@ jobs:
fail-fast: false
matrix:
python:
- "3.11"
- "3.12"
os:
- "linux-aarch64-a2-4"
pytorch_npu:
- "2.7.1"
- "2.10.0"
runs-on: ${{ matrix.os }}
@@ -38,7 +38,7 @@ jobs:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
container:
image: ascendai/cann:9.0.0-910b-ubuntu22.04-py3.11
image: ascendai/cann:9.1.0-910b-ubuntu22.04-py3.12
env:
HF_ENDPOINT: https://hf-mirror.com
HF_TOKEN: ${{ secrets.HF_TOKEN }}