Skip to main content
Tandemn System has two parts: a self-hosted control plane operated by an administrator and a CLI used by the people submitting inference jobs. The current deployment target is AWS.

Server requirements

At minimum, AWS credentials need access to the EC2 instance types you plan to use, s3:GetObject and s3:PutObject on your bucket, and servicequotas:GetServiceQuota for quota tracking. Install uv before running server setup:

CLI requirements

Users need a Python environment and the URL of the Tandemn server.
  • Python 3.12 or newer
  • pip
  • The tandemn Python package
  • TD_SERVER_URL set to the server URL
For an initial evaluation, use one administrator-managed server, one CLI user, and a small JSONL workload. Verify connectivity with tandemn check before submitting real workloads.

Install server

Install and start the control plane.

Install CLI

Set up a local CLI environment.