[runtime.cpp::parsePlan::426] Error Code 2: Internal Error (Assertion blobSize > numericCast<int64_t>(sizeof(rt::PlanHeader)) failed. )

Description

I successfully converted the AltCLIP with TensorRT , but an error occurred during loading tensorrt model of altclip. The error is as follows:

[runtime.cpp::parsePlan::426] Error Code 2: Internal Error (Assertion blobSize > numericCast<int64_t>(sizeof(rt::PlanHeader)) failed. )

Environment

my TensorRT version is 10.3.0.26, cuda version is 12.1

How can I solve this problem?

Hi @459706780 ,
Please share the model and repro script with us.

Thanks