Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add BentoML to serving tools #86

Merged
merged 2 commits into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions serving/bentoml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bentoml:
name: "BentoML"

image_url: bentoml.png

tags:
- serving
- cloud
- inference
- 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."
Comment on lines +14 to +24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick note, description and features are no longer rendered in the website, so no need to add them 😁

Loading