Skip to content

Commit

Permalink
Add missing word in README (#256)
Browse files Browse the repository at this point in the history
I think the word end is the logical missing word here
  • Loading branch information
stmugisha authored Jun 12, 2023
1 parent 0a54e59 commit 19d0334
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 @@ -1152,7 +1152,7 @@ keyword and `asyncio.run` being introduced in Python 3.7.

[Stateful models](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md#stateful-models)
require setting additional flags in the inference request to indicate the
start and of a sequence. The `flags` argument in the `pb_utils.InferenceRequest`
start and end of a sequence. The `flags` argument in the `pb_utils.InferenceRequest`
object can be used to indicate whether the request is the first or last request
in the sequence. An example indicating that the request is starting the
sequence:
Expand Down

0 comments on commit 19d0334

Please sign in to comment.