Onnxruntime for jetpack 6.2

Hi,

We have Jetpack 6.2 and want to use onnxruntime. We checked jetson zoo, but there are only onnxruntime wheels up until jetpack 6.
Are we supposed to use this or do we have to do it differently?

ALso, do the onnxruntime wheels work for c++ in addition to python?

run

pip install -U onnxruntime

and pip will install onnxruntime 1.20.1

Hi,

You can find our prebuilt package below:

https://pypi.jetson-ai-lab.dev/jp6/cu126

Thanks.