Description
I am trying to deploy an ONNX model (generated from PyTorch 2.1.0 with ONNX 1.15.0 and opset version 17) using TensorRT 8.6.1, but I get a “Segmentation fault” with no more information.
Relevant Files
I attach a picture with the last lines from trtexec using verbose to obtain more information.
Steps To Reproduce
./trtexec --onnx=model.onnx --saveEngine=model.trt
