deploy-infra / library
Truss
Capability: Truss
Use it when
- package a custom model with its Python and system dependencies
- make local and hosted inference use the same model contract
What it solves
Not the fit when
- managed Baseten deployment is a paid service
Install
pip install truss
Invoke
Run `truss init`, implement `Model.load` and `Model.predict`, test locally with `truss predict`, then package or deploy.
Alternatives
No reviewed alternatives recorded yet.