This tutorial will guide you step-by-step through:Documentation Index
Fetch the complete documentation index at: https://baseten-philip-copy-0226.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Creating a Truss
- Connecting your local development environment to a model server
- Deploying a basic text classification model
- Publishing your model to production
Install the Truss package
Make sure you’re using the newest version of Truss to complete this tutorial:Create your Truss
Use thetruss init <folder-name> command to create a Truss.
My First Truss