From 8d5e0fc836e530718a4d659e3965bde488c3c4a5 Mon Sep 17 00:00:00 2001 From: Philip Kiely - Baseten <98474633+philipkiely-baseten@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:31:17 -0600 Subject: [PATCH] Add: Truss framework for model serving --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b870a39..49dfdce 100644 --- a/README.md +++ b/README.md @@ -249,9 +249,10 @@ Further resources: * [Feast](https://github.com/gojek/feast) - A feature store for the management, discovery, and access of machine learning features. Feast provides a consistent view of feature data for both model training and model serving. * [Hopsworks](https://github.com/logicalclocks/hopsworks) - A data-intensive platform for AI with the industry's first open-source feature store. The Hopsworks Feature Store provides both a feature warehouse for training and batch based on Apache Hive and a feature serving database, based on MySQL Cluster, for online applications. * [Polyaxon](https://github.com/polyaxon/polyaxon) - A platform for reproducible and scalable machine learning and deep learning. -* [QuestDB](https://questdb.io/) A relational column-oriented database designed for real-time analytics on time series and event data. -* [Phoenix](https://phoenix.arize.com) Uncover insights, surface problems, monitor and fine tune your generative LLM, CV and tabular models. -* [XAD](https://github.com/auto-differentiation/XAD) Comprehensive backpropagation tool for C++. +* [QuestDB](https://questdb.io/) - A relational column-oriented database designed for real-time analytics on time series and event data. +* [Phoenix](https://phoenix.arize.com) - Uncover insights, surface problems, monitor and fine tune your generative LLM, CV and tabular models. +* [XAD](https://github.com/auto-differentiation/XAD) - Comprehensive backpropagation tool for C++. +* [Truss](https://truss.baseten.co) - An open source framework for packaging and serving ML models. #### Natural Language Processing