Documentation Index
Fetch the complete documentation index at: https://docs.tandemn.com/llms.txt
Use this file to discover all available pages before exploring further.
Pre-requisites
Server:- Docker with Docker Compose support
- Python >= 3.12
Server
The following steps are for the sysadmin to bring up Tandemn’s server in order to manage the cluster and handle inference job requests from users. The servers consists of 3 containers, and are bundled in onedocker-compose.yml.
Download the release
The server is released as a .tar.xz tarball, bundling adocker-compose.yml and a .env.example.
Populate the .env file
Copy the.env.example file into .env and edit the respective parameters.
Bring up the containers
Client (CLI)
Install the Tandemn CLI
You can do the following in any Python installation or virtual environmentSet server URL
Check connectivity
Start using the CLI to launch jobs
Where to go next
Install the server
Review the deployment flow in more detail.
CLI deploy command
Learn what the deploy command expects.
Architecture
Understand the client-server model.
Troubleshooting
Debug the most common setup issues.

