We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dde13 commit ca74b59Copy full SHA for ca74b59
src/python.cc
@@ -1036,7 +1036,6 @@ TRITONBACKEND_Initialize(TRITONBACKEND_Backend* backend)
1036
std::to_string(TRITONBACKEND_API_VERSION_MINOR))
1037
.c_str());
1038
1039
- TRITONBACKEND_ApiVersion(&api_version_major, &api_version_minor);
1040
if ((api_version_major != TRITONBACKEND_API_VERSION_MAJOR) ||
1041
(api_version_minor < TRITONBACKEND_API_VERSION_MINOR)) {
1042
return TRITONSERVER_ErrorNew(
0 commit comments