Add onnxruntime 1.18.1 for Linux aarch64 GPU (#1914)

This commit is contained in:
Fangjun Kuang
2025-02-24 16:14:14 +08:00
committed by GitHub
parent 7774e35749
commit bafd1103d0
4 changed files with 25 additions and 2 deletions

View File

@@ -20,6 +20,14 @@
# export SHERPA_ONNX_ENABLE_GPU=ON
# export SHERPA_ONNX_LINUX_ARM64_GPU_ONNXRUNTIME_VERSION=1.16.0
# ./build-aarch64-linux-gnu.sh
#
# (d) For NVIDIA Jetson Orin Nano Engineering Reference Developer Kit Super
# Jetpack 6.2 [L4T 36.4.3] (CUDA 12.6)
#
# export SHERPA_ONNX_ENABLE_GPU=ON
# export SHERPA_ONNX_LINUX_ARM64_GPU_ONNXRUNTIME_VERSION=1.18.1
# ./build-aarch64-linux-gnu.sh
if command -v aarch64-none-linux-gnu-gcc &> /dev/null; then
ln -svf $(which aarch64-none-linux-gnu-gcc) ./aarch64-linux-gnu-gcc