Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Nov 9, 2023
1 parent 9407804 commit b665226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ performance.

##### Decoupled Responses

It is also possible for a backend to send one or more responses
It is also possible for a backend to send multiple responses
for a request. A backend may also
send responses out-of-order relative to the order that the request
batches are executed. Such backends are called *decoupled* backends.
Expand Down Expand Up @@ -520,7 +520,7 @@ the following steps:
8. Use TRITONBACKEND_ResponseFactorySendFlags to send the
TRITONSERVER_RESPONSE_COMPLETE_FINAL flag using the
request's `ResponseFactory`. This is required for every
request, even if sending an empty response.
request.

9. Release the request using TRITONBACKEND_RequestRelease.

Expand Down

0 comments on commit b665226

Please sign in to comment.