Skip to content

Commit

Permalink
Improve the documentation for BLS (triton-inference-server#248)
Browse files Browse the repository at this point in the history
* Improve the documentation for BLS

* Address comment

* Address comment

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>

---------

Co-authored-by: Iman Tabrizian <iman.tabrizian@gmail.com>
  • Loading branch information
krishung5 and Tabrizian authored May 23, 2023
1 parent a654b4f commit 78c6fbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,10 @@ Scripting (BLS)*.

Starting from 21.08, you can implement BLS in your Python model. A new set of
utility functions allows you to execute inference requests on other models
being served by Triton as a part of executing your Python model. Example below
shows how to use this feature:
being served by Triton as a part of executing your Python model. Note that BLS
should only be used inside the `execute` function and is not supported
in the `initialize` or `finalize` methods. Example below shows how to use this
feature:

```python
import triton_python_backend_utils as pb_utils
Expand Down

0 comments on commit 78c6fbf

Please sign in to comment.