Is there a way to use TensorRT 8.4.3 on the Jetson Nano Dev Kit?

SOLUTION FOUND: when exporting the .pth to .onnx via torch.onnx.export(model, dummy_input, “model.onnx”, opset_version=14) set the opset_version to 14, this will work