Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Goodwin committed Jul 20, 2021
1 parent 5b48d3f commit 47fad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/model_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Dynamic batching is a feature of Triton that allows inference requests
to be combined by the server, so that a batch is created
dynamically. Creating a batch of requests typically results in
increased throughput. The dynamic batcher should be used for
[stateless](architecture.md#stateless-models). The dynamically created
[stateless models](architecture.md#stateless-models). The dynamically created
batches are distributed to all [model instances](#instance-groups)
configured for the model.

Expand Down Expand Up @@ -634,7 +634,7 @@ timeout.
Like the dynamic batcher, the sequence batcher combines non-batched
inference requests, so that a batch is created dynamically. Unlike the
dynamic batcher, the sequence batcher should be used for
[stateful](architecture.md#stateful-models) where a sequence of
[stateful models](architecture.md#stateful-models) where a sequence of
inference requests must be routed to the same model instance. The
dynamically created batches are distributed to all [model
instances](#instance-groups) configured for the model.
Expand Down

0 comments on commit 47fad09

Please sign in to comment.