Support cuda12 and cudnn8 for Linux aarch64. (#2021)

This commit is contained in:
Fangjun Kuang
2025-03-19 11:21:06 +08:00
committed by GitHub
parent 1f52ac2126
commit 982a1f14f8
4 changed files with 27 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ jobs:
- os: ubuntu-22.04-arm
gpu: ON
onnxruntime_version: "1.16.0"
- os: ubuntu-22.04-arm
gpu: ON
onnxruntime_version: "1.18.0"
- os: ubuntu-22.04-arm
gpu: ON
onnxruntime_version: "1.18.1"
@@ -239,7 +242,7 @@ jobs:
file: sherpa-onnx-*linux-aarch64*.tar.bz2
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.10.42
# tag: v1.11.1
- name: Test offline Moonshine
if: matrix.build_type != 'Debug'