Truss setup
PLEASE NOTE: the ML ecosystem in general is still not well supported on M1 Macs, and as such, we do not recommend or support local development on M1 for Truss. Truss is well-optimized for use with GitHub Codespaces and other container-based development environments. We useasdf
to manage Python binaries and poetry
to manage Python dependencies.
For development in a macOS environment, we use brew
to manage system packages.
Docs setup
Contributions to documentation are very welcome! Simply edit the appropriate markdown files in thedocs/
folder and make a pull request. For larger changes, tutorials, or any questions please contact team@trussml.com.
Baseten docs are built using Mintlify. To run the docs site locally, use Mintlify’s getting started guide.