Skip to content

Commit

Permalink
Remove reference to client
Browse files Browse the repository at this point in the history
Co-authored-by: Neelay Shah <[email protected]>
  • Loading branch information
dyastremsky and nnshah1 authored Nov 9, 2023
1 parent 68052c5 commit 9407804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ batches are executed. Such backends are called *decoupled* backends.

The decoupled backends use one `ResponseFactory` object per request to
create and send any number of responses for the request. They must send at
least one final response, even if it is empty and the client opts out of
least one final response per request (even if it contains no output tensors).
receiving this final response. For this
kind of backend, executing a single inference request typically requires
the following steps:
Expand Down

0 comments on commit 9407804

Please sign in to comment.