From 66fe477337f24c60dabce979c6bf3981ff778fc7 Mon Sep 17 00:00:00 2001 From: Zoe Caballero <42352932+ZoeCD@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:01:33 +0000 Subject: [PATCH 1/2] feat: add BentoML to serving tools --- serving/bentoml.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 serving/bentoml.yaml diff --git a/serving/bentoml.yaml b/serving/bentoml.yaml new file mode 100644 index 0000000..462289c --- /dev/null +++ b/serving/bentoml.yaml @@ -0,0 +1,23 @@ +bentoml: + name: "BentoML" + + image_url: bentoml.png + + tags: + - serving + - cloud + - open-source + + url: https://www.bentoml.com/ + + description: | + BentoML is a platform designed to streamline the creation, deployment, and scaling of AI applications. + It offers an efficient way to work with pre-trained models and deploy them quickly, focusing on both + ease of use and performance optimization. + + + features: + - "Unified AI Application Framework." + - "Provides a system for managing and versioning models." + - "Supports various deployment options including HTTP, gRPC, and batch inference." + - "Enables quick and easy development of AI applications." From ff8d899b0f2008a031214139eb39a03e2964ec8c Mon Sep 17 00:00:00 2001 From: guillesanbri Date: Mon, 29 Jan 2024 00:01:14 +0100 Subject: [PATCH 2/2] add inference tag --- serving/bentoml.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/serving/bentoml.yaml b/serving/bentoml.yaml index 462289c..f7ebcd7 100644 --- a/serving/bentoml.yaml +++ b/serving/bentoml.yaml @@ -6,6 +6,7 @@ bentoml: tags: - serving - cloud + - inference - open-source url: https://www.bentoml.com/