Skip to content

Instantly share code, notes, and snippets.

@charlie-x
Created November 25, 2024 00:32
Show Gist options
  • Save charlie-x/91684c38189890e11c0006bfd60ecfbc to your computer and use it in GitHub Desktop.
Save charlie-x/91684c38189890e11c0006bfd60ecfbc to your computer and use it in GitHub Desktop.
jetson notes
#build onnxruntime on jetson orin
./build.sh --config Release --update --build --parallel --build_wheel --use_tensorrt --cuda_home /usr/local/cuda --cudnn_home /usr/lib/aarch64-linux-gnu --tensorrt_home /usr/lib/aarch64-linux-gnu
# change version
sudo pip3 install build/Linux/Release/dist/onnxruntime_gpu-1.12.0-cp38-cp38-linux_aarch64.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment