@@ -51,7 +51,7 @@ any C++ code.
5151 - [ Important Notes] ( #important-notes )
5252 - [ Error Handling] ( #error-handling )
5353 - [ Managing Shared Memory] ( #managing-shared-memory )
54- - [ Business Logic Scripting (beta) ] ( #business-logic-scripting-beta )
54+ - [ Business Logic Scripting] ( #business-logic-scripting )
5555 - [ Limitations] ( #limitations )
5656- [ Interoperability and GPU Support] ( #interoperability-and-gpu-support )
5757 - [ ` pb_utils.Tensor.to_dlpack() -> PyCapsule ` ] ( #pb_utilstensorto_dlpack---pycapsule )
@@ -142,7 +142,7 @@ $ make install
142142
143143The following required Triton repositories will be pulled and used in
144144the build. If the CMake variables below are not specified, "main" branch
145- of those repositories will be used. \< GIT\_ BRANCH\_ NAME\> should be the same
145+ of those repositories will be used. \< GIT\_ BRANCH\_ NAME\> should be the same
146146as the Python backend repository branch that you are trying to compile.
147147
148148* triton-inference-server/backend: -DTRITON_BACKEND_REPO_TAG=\< GIT\_ BRANCH\_ NAME\>
@@ -537,7 +537,7 @@ properly set the `--shm-size` flag depending on the size of your inputs and
537537outputs. The default value for docker run command is ` 64MB ` which is very
538538small.
539539
540- # Business Logic Scripting (beta)
540+ # Business Logic Scripting
541541
542542Triton's
543543[ ensemble] ( https://github.com/triton-inference-server/server/blob/main/docs/architecture.md#ensemble-models )
@@ -547,7 +547,7 @@ many other use cases that are not supported because as part of the model
547547pipeline they require loops, conditionals (if-then-else), data-dependent
548548control-flow and other custom logic to be intermixed with model execution. We
549549call this combination of custom logic and model executions * Business Logic
550- Scripting (BLS)* .
550+ Scripting (BLS)* .
551551
552552Starting from 21.08, you can implement BLS in your Python model. A new set of
553553utility functions allows you to execute inference requests on other models being
0 commit comments