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?