Serverless Workloads
When running code throughlyceum python run, lyceum docker run, lyceum compose run, or lyceum notebook, select the underlying hardware with the -m / --machine flag.
cpu. Common GPU values include gpu.a100, gpu.h100, gpu.b200, and others depending on your account quota. The bare value gpu selects an NVIDIA T4.
Available machine types are gated per account. The CLI validates your selection against
/api/v2/external/user/quotas/available-hardware before submitting the job. To see the machines you have access to, run any execution command with an unavailable type — the CLI will print the list.VM Instances
When launching dedicated VMs via the dashboard or the VMs API, the following GPU profiles are available:| GPU | VRAM | RAM | vCPU | Peak TFLOPS |
|---|---|---|---|---|
| B300 | 288 GB | 240 GB | 32 | 720 |
| B200 | 192 GB | 180 GB | 28 | 540 |
| H200 | 141 GB | 200 GB | 16 | 67 |
| H100 | 80 GB | 180 GB | 20 | 67 |
| A100 | 80 GB | 120 GB | 16 | 19.5 |
| L40S | 48 GB | 128 GB | 12 | 91.6 |

