What problem does it solve? Provisioning dedicated GPU infrastructure for ML training and inference is complex and expensive. This Skill guides you through launching, configuring, and managing Lambda Labs GPU instances and clusters so you can run training jobs without managing hardware. ## Core Features & Use Cases - Instance Lifecycle Management: Launch, monitor, and terminate GPU instances (B200, H100, A100, A10, and more) via console, Python API, or curl CLI. - Distributed Training Setup: Configure multi-GPU DDP/FSDP training and 16-512 GPU 1-Click Slurm clusters with InfiniBand networking. - Persistent Storage & Cost Control: Attach persistent filesystems for checkpoints and datasets, and select cost-effective GPU types per workload. - Use Case: You need to fine-tune a 7B LLM. Launch an 8x A100 instance with a persistent filesystem, SSH in, run distributed training with torchrun, and save checkpoints that survive instance termination. ## Quick Start Ask the assistant to launch a single H100 instance on Lambda Labs in us-west-1 with your SSH key and show you how to connect to it.