Skip to content

Commit

Permalink
Function renaming and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Oct 26, 2023
1 parent 3a6814f commit 43e7761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_be.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ ModelInstanceState::SaveRequestsToSharedMemory(

uint64_t request_timeout = 0;
RETURN_IF_ERROR(
TRITONBACKEND_RequestTimeout(request, &request_timeout));
TRITONBACKEND_InferenceRequestTimeout(request, &request_timeout));

std::unique_ptr<InferRequest> infer_request;
if (model_state->IsDecoupled()) {
Expand Down

0 comments on commit 43e7761

Please sign in to comment.