From 3d853347c24dd3e532d6817e5034ee63b1fd0d04 Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:36:30 -0700 Subject: [PATCH] Added docs on python based backends (#6429) (#6461) Co-authored-by: Neelay Shah --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0aa00091b0..808d892ce0 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,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, 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