Version#

bool trt_edgellm::version::checkVersion(
std::string const &modelVersion
) noexcept#

Check if model version matches runtime version

Note

Logs warning if versions don’t match or have invalid format

Parameters:

modelVersion – Version string from model’s config.json

Returns:

True if versions match, false otherwise