I encountered an issue when attempting to create a TensorRT engine from quantized model on the NVIDIA Orin. The exact error log follows
[03/24/2025-13:13:31] [E] Error[10]: IBuilder::buildSerializedNetwork: Error Code 10: Internal Error (Could not find any implementation for node stages.1.downsample.proj.0.reparam_conv.weight + /stages.1/downsample/proj/proj.0/reparam_conv/_weight_quantizer/QuantizeLinear + /stages.1/downsample/proj/proj.0/reparam_conv/Conv.)
[03/24/2025-13:13:31] [E] Engine could not be created from network
[03/24/2025-13:13:31] [E] Building engine failed
[03/24/2025-13:13:31] [E] Failed to create engine from model or file.
[03/24/2025-13:13:31] [E] Engine set up failed
I’ve asked about a similar error previously, but in this case adjusting builterOptimizationLevel
does not resolve the problem. (I’ve tested with 3, 4, 5)
Step To Reproduce
fastvit_ma36.silu.qat.zip (76.2 MB)
fastvit_ma36.silu.qat01.zip (80 MB)
-
rename
fastvit_ma36.silu.qat01.txt
tofastvit_ma36.silu.qat.z01
-
unzip
fastvit_ma36.silu.qat.zip
-
execute following command
/usr/src/tensorrt/bin/trtexec --verbose --onnx=fastvit_ma36.silu.qat.onnx --saveEngine=test.engine --builderOptimizationLevel=4 --fp16 --int8
Environment
Platform : Orin
Jetpack Version : 6.2+b77
TensorRT Version : 10.7
CUDA Version : 12.6.85
CUDNN Version : 9.3
Operating System + Version : Ubuntu 22.04 Jammy Jellyfish
Baremetal or Container (if container which image + tag): baremetal