From 02f3d81236388090be397d7a323fd37e56622f45 Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Fri, 13 Oct 2023 12:15:19 -0700 Subject: [PATCH 1/4] Added docs on python based backends --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19505ceccd..5c2ebee42f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ Major features include: for stateful models - Provides [Backend API](https://github.com/triton-inference-server/backend) that allows adding custom backends and pre/post processing operations +- Supports model architecture agnostic python scripts as custom + python based backends. - Model pipelines using [Ensembling](docs/user_guide/architecture.md#ensemble-models) or [Business Logic Scripting From e0b84a030199c9faeba40fc4a12b52643e416593 Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:52:23 -0700 Subject: [PATCH 2/4] Update README.md Co-authored-by: Neelay Shah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2ebee42f..ea86ccd2af 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Major features include: for stateful models - Provides [Backend API](https://github.com/triton-inference-server/backend) that allows adding custom backends and pre/post processing operations -- Supports model architecture agnostic python scripts as custom +- Supports writing custom backends in python. python based backends. - Model pipelines using [Ensembling](docs/user_guide/architecture.md#ensemble-models) or [Business From 9e63120e708ffec78172994b9b38a3933028967b Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:52:46 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ea86ccd2af..b40d8f1b67 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ Major features include: - Provides [Backend API](https://github.com/triton-inference-server/backend) that allows adding custom backends and pre/post processing operations - Supports writing custom backends in python. - python based backends. - Model pipelines using [Ensembling](docs/user_guide/architecture.md#ensemble-models) or [Business Logic Scripting From bcef89efaca4bb6c65e25f6450d63c2ca10a714e Mon Sep 17 00:00:00 2001 From: oandreeva-nv Date: Thu, 19 Oct 2023 11:16:44 -0700 Subject: [PATCH 4/4] Linked Python-based backkends doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b40d8f1b67..daeee62774 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ Major features include: for stateful models - Provides [Backend API](https://github.com/triton-inference-server/backend) that allows adding custom backends and pre/post processing operations -- Supports writing custom backends in python. +- Supports writing custom backends in python, a.k.a. + [Python-based backends.](https://github.com/triton-inference-server/backend/blob/main/docs/python_based_backends.md#python-based-backends) - Model pipelines using [Ensembling](docs/user_guide/architecture.md#ensemble-models) or [Business Logic Scripting