When you’re happy with your Truss, it’s time to publish it to production. This re-builds the model server on production-ready infrastructure. Before publishing your Truss, you can turn offDocumentation 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.
truss watch as it only patches models under development, not published models.
Publish your Truss
To publish your Truss, run:Call the published model
Once the new model server is live, call it withtruss predict:
Invocation
Review your learning
In this tutorial, you learned how to:- Create a Truss
- Connect your local development environment to a model server
- Deploy a basic text classification model
- Publish your model to production