Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Kiely - Baseten <98474633+philipkiely-baseten@users.noreply.github.com>
  • Loading branch information
squidarth and philipkiely-baseten authored Sep 22, 2023
1 parent 9d0b631 commit 55993cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/concurrency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Let's dive into a concrete example:
<img src="/images/concurrency-flow-chart-high-level.png" />
</Frame>

Let's say that there is a single replica of a modela, and the concurrency target is 2. If 5 requests come in, the first two will
Let's say that there is a single replica of a model, and the concurrency target is 2. If 5 requests come in, the first 2 will
be sent to the replica, and the other 3 get queued up. Once the requests on the container complete the queued up
requests will make it to the model container.

Expand Down

0 comments on commit 55993cc

Please sign in to comment.