Skip to content

Commit

Permalink
Fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Feb 9, 2024
1 parent 6593670 commit 2b86e4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python_be.cc
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ ModelInstanceState::SaveRequestsToSharedMemory(
PreferredMemory(PreferredMemory::kDefault, 0), trace);
} else {
infer_request = std::make_unique<InferRequest>(
id, correlation_id, correlation_id_string, pb_input_tensors, requested_output_names,
model_state->Name(), model_state->Version(), parameters_string, flags,
request_timeout, 0 /* response_factory_address */,
reinterpret_cast<intptr_t>(request),
id, correlation_id, correlation_id_string, pb_input_tensors,
requested_output_names, model_state->Name(), model_state->Version(),
parameters_string, flags, request_timeout,
0 /* response_factory_address */, reinterpret_cast<intptr_t>(request),
PreferredMemory(PreferredMemory::kDefault, 0), trace);
}

Expand Down

0 comments on commit 2b86e4b

Please sign in to comment.