Skip to content

Commit

Permalink
Push local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit96 committed Jul 10, 2024
1 parent fdc0752 commit adc1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_batch_scheduler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FinishSkippedRequests(
for (auto& request : queue) {
InferenceRequest::RespondIfError(
request, response_status, true /* release_requests */,
FailureReason::OTHER);
reason);
}
}
}
Expand Down

0 comments on commit adc1a2d

Please sign in to comment.