Results 4 comments of Luigi LIU

You could use the following command to remove -N option, as workaround `find . -type f -name "*.cabal" -exec sed -i 's/-with-rtsopts=-N//g' {} +` After building Duckling v0.1.6.1 on Jetson...

```python diff --git a/mmdeploy/utils/__init__.py b/mmdeploy/utils/__init__.py old mode 100644 new mode 100755 index 1c1865b6..298e9614 --- a/mmdeploy/utils/__init__.py +++ b/mmdeploy/utils/__init__.py @@ -5,6 +5,7 @@ from .constants import IR, SDK_TASK_MAP, Backend, Codebase, Task from...

Alternatively, you can enable [TensorrtExecutionProvider](https://oliviajain.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html#build) on ONNXruntime to use TensorRT as inference backend. Note that you may have to perform [shape inference]() on ONNX model first using [symbolic_shape_infer.py](https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/symbolic_shape_infer.py) to prepare...

I made a [Session Repair Tool](https://github.com/vieenrose/opencode-toolkit) on this issue.