Skip to content

Commit 9975a12

Browse files
authored
Fix type in the decoupled example (triton-inference-server#185)
1 parent fdf08af commit 9975a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/decoupled/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serving [decoupled models](../../README.md#decoupled-mode) in Python backend.
3333

3434
[repeat_model.py](repeat_model.py) and [square_model.py](square_model.py) demonstrate
3535
how to write a decoupled model where each request can generate 0 to many responses.
36-
These files are heavily commented to describe each fuinction call.
36+
These files are heavily commented to describe each function call.
3737
These example models are designed to show the flexibility available to decoupled models
3838
and in no way should be used in production. These examples circumvents
3939
the restriction placed by the [instance count](https://github.com/triton-inference-server/server/blob/main/docs/model_configuration.md#instance-groups)

0 commit comments

Comments
 (0)