Skip to content

basetenlabs/truss-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

239a568 · Nov 16, 2024
Nov 7, 2024
Jan 26, 2024
Jul 8, 2024
Oct 24, 2023
Nov 29, 2023
Oct 24, 2023
Nov 7, 2024
Mar 13, 2024
Oct 24, 2023
Jan 26, 2024
Feb 26, 2024
Feb 26, 2024
May 15, 2024
Dec 8, 2023
Feb 26, 2024
Feb 26, 2024
Nov 7, 2024
Feb 26, 2024
Feb 26, 2024
Jul 8, 2024
Feb 26, 2024
Nov 7, 2024
Feb 26, 2024
Feb 26, 2024
Jul 3, 2024
Feb 26, 2024
Nov 16, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Jan 31, 2024
Feb 26, 2024
Oct 29, 2024
Feb 26, 2024
Feb 26, 2024
Aug 6, 2024
Feb 26, 2024
Aug 19, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Feb 5, 2024
Feb 26, 2024
Nov 7, 2024
Mar 14, 2024
Jun 12, 2024
Feb 26, 2024
May 3, 2024
Feb 27, 2024
Oct 29, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Oct 17, 2024
May 3, 2024
Feb 26, 2024
Feb 26, 2024
Sep 12, 2024
Feb 26, 2024
Oct 30, 2024
Feb 26, 2024
Feb 26, 2024
Sep 6, 2024
Feb 26, 2024
Feb 26, 2024
Apr 5, 2024
Feb 26, 2024
Oct 30, 2024
Aug 19, 2024
Feb 26, 2024
May 15, 2024
Feb 26, 2024
Oct 29, 2024
Mar 5, 2024
Sep 11, 2024
Sep 27, 2024
Jul 11, 2024
Feb 26, 2024
Sep 27, 2024
Oct 30, 2024
Aug 19, 2024
Mar 19, 2024
Nov 5, 2024
Aug 19, 2024
Apr 2, 2024
Jul 29, 2023
Jan 25, 2024
Dec 7, 2023
Feb 27, 2024
Jul 17, 2023
Oct 24, 2023
Sep 5, 2024
Nov 6, 2024
Nov 6, 2024

Repository files navigation

Truss Examples

Truss Examples CI

Truss is the simplest way to serve AI/ML models in production.

To get you started with Truss, this repository has dozens of example models, each ready to deploy as-is or adapt to your needs.

Installation

Get the repository with:

git clone https://github.com/basetenlabs/truss-examples

Install Truss with:

pip install --upgrade truss

Deployment

Pick a model to deploy by passing a path to that model.

$ # From the truss-examples directory
$ truss push 02-llm

This will prompt you for an API Key -- fetch one from the Baseten API keys page.

Invocation

Invocation depends on the model's input and output specifications. See individual model READMEs for invocation details.

Contibuting

We welcome contributions of new models and improvements to existing models. See CONTRIBUTING.md for details.