Getting error when doing inference using Triton Inference server on Jetson Nano

Device: - jetson nano 4GB
Jetpack: - 4.6.1
Inference Server Triton version: - 2.19.0

Hi, I have successfully installed and ran Inference Triton server on Jetson nano but i am unable to run the sample python script for the same as I get the error
Illegal instruction (core dumped)

Here is screenshot of my triton server running


Here is screenshot of its status

Here is screenshot of failed commands and their output

Kindly guide me in what I am doing incorrectly or something that I may be missing.

Hi,

Please check the below link for more info:

https://elinux.org/Jetson/L4T/TRT_Customized_Example#.22Illegal_instruction_.28core_dumped.29.22

Thanks.

@AastaLLL Yes downgrading numpy worked thanks.