Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqif-nv committed Jan 30, 2025
1 parent 84f6197 commit 0c7c572
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/request_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,7 @@ InferResponseComplete(
}
pb_error = std::make_shared<PbError>(pb_exception.what());
}
<<<<<<< HEAD

=======

>>>>>>> 408c23b (feat: Extend response parameters support to BLS in python backend)
if (!infer_payload->IsDecoupled()) {
infer_response = std::make_unique<InferResponse>(
output_tensors, pb_error, parameters_string,
Expand Down

0 comments on commit 0c7c572

Please sign in to comment.