cerebrium.toml file, without requiring infrastructure management.
Specifying GPUs
Configure GPUs in the[cerebrium.hardware] section of cerebrium.toml, specifying the type (compute parameter) and quantity (gpu_count). Additional deployment and scaling considerations are covered in the sections below.
Available GPUs
The platform offers GPUs ranging from cost-effective development options to high-end enterprise hardware, alongside CPU-only compute and AWS accelerators.The identifier is used in the
cerebrium.toml file. It consists of the GPU
model generation and model name to avoid ambiguity.Plan availability
Compute types are gated by plan:- Hobby (6 types): CPU, TURING_T4, AMPERE_A10, ADA_L4, ADA_L40, INF2
- Standard (12 types): everything in Hobby, plus AMPERE_A100_40GB, AMPERE_A100_80GB, HOPPER_H100, HOPPER_H200, BLACKWELL_B200, BLACKWELL_RTX6000
- Enterprise (all 13 types): everything in Standard, plus TRN1
Multi-GPU Configuration
Multiple GPUs are configured in thecerebrium.toml file:
GPU Preference Lists
Thecompute parameter also accepts a list of acceptable GPU types in preference order. The platform allocates the most preferred type with available capacity and falls back to the next entry when needed:
- Up to 5 entries, ordered from most to least preferred
- All entries must belong to the same hardware family. NVIDIA GPU types cannot be mixed with CPU or AWS accelerators (INF2, TRN1)
cerebrium runuses only the first entry