What problem does it solve? It removes the operational overhead of provisioning and managing dedicated GPU cloud infrastructure, letting you launch, configure, and run ML training or inference workloads on Lambda Labs instances with SSH access, persistent storage, and multi-node clusters. ## Core Features & Use Cases - Instance Lifecycle Management: Launch, list, and terminate GPU instances (B200, H100, A100, A10, and more) via the Python API, curl CLI, or web console. - Distributed Training Workflows: Run single-node multi-GPU jobs with torchrun/DDP and multi-node jobs on 1-Click Slurm clusters with InfiniBand, FSDP, or DeepSpeed. - Persistent Storage & Cost Control: Attach filesystems for checkpoints and datasets, choose cost-appropriate GPUs per workload, and avoid data loss on termination. - Use Case: Fine-tune a 70B LLM by launching an 8x H100 instance with an attached filesystem, running accelerate across all GPUs, and saving checkpoints that survive instance termination. ## Quick Start Ask the assistant to launch a Lambda Labs H100 instance with your SSH key and filesystem attached, then walk you through connecting and starting a training job.