Closed KhanalBijay closed 3 years ago
If any body is getting problem with installing onnxruntime on Jetson devices, Nvidia has uploaded whl file in its Jetson_Zoo
# Download pip wheel from location mentioned above $ wget https://nvidia.box.com/shared/static/ukszbm1iklzymrt54mgxbzjfzunq7i9t.whl -O onnxruntime_gpu-1.7.0-cp36-cp36m-linux_aarch64.whl # Install pip wheel $ pip3 install onnxruntime_gpu-1.7.0-cp36-cp36m-linux_aarch64.whl
If any body is getting problem with installing onnxruntime on Jetson devices, Nvidia has uploaded whl file in its Jetson_Zoo