You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/decoupled/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ serving [decoupled models](../../README.md#decoupled-mode) in Python backend.
33
33
34
34
[repeat_model.py](repeat_model.py) and [square_model.py](square_model.py) demonstrate
35
35
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.
37
37
These example models are designed to show the flexibility available to decoupled models
38
38
and in no way should be used in production. These examples circumvents
39
39
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