What problem does it solve?
Provides a turnkey environment for provisioning dedicated GPU instances and high-performance clusters so ML teams can run long training jobs, fine-tune large models, and serve inference without managing low-level GPU drivers, networking, or persistent storage.
Core Features & Use Cases
- Dedicated GPU instances: On-demand and reserved instances across a wide GPU lineup (B200, H100, GH200, A100, A10, A6000, V100) for development, fine-tuning, and production training.
- Persistent filesystems: Shared NFS-style filesystems that persist checkpoints, datasets, and models across instance lifecycles to avoid repeated downloads.
- 1-Click Clusters & Slurm: Rapidly launch 16–512 GPU Slurm clusters with InfiniBand for multi-node distributed training (DDP, FSDP, DeepSpeed).
- Preinstalled Lambda Stack: CUDA, drivers, PyTorch, TensorFlow, NCCL and common tooling ready out of the box to reduce setup time.
- API & CLI automation: Launch, list, and terminate instances programmatically and manage SSH keys and filesystems for reproducible workflows.
- Use case: Launch an 8x H100 cluster, attach a persistent filesystem for datasets and checkpoints, and run distributed training with torchrun or Slurm.
Quick Start
Launch an H100 instance in your preferred region, attach a persistent filesystem named training-data, and provide your SSH key to start a training-ready VM.