What problem does it solve? Provisioning dedicated GPU infrastructure for ML training is complex and time-consuming. This Skill guides you through launching, configuring, and managing Lambda Labs GPU cloud instances so you can run training jobs, fine-tune models, and serve inference without managing physical hardware. ## Core Features & Use Cases - Instance Lifecycle Management: Launch, monitor, and terminate GPU instances (B200, H100, A100, A10, and more) via the console, Python API, or curl-based CLI. - Distributed Training Workflows: Run multi-GPU DDP/FSDP training on single nodes or scale to 16-512 GPU 1-Click Slurm clusters with InfiniBand. - Persistent Storage: Attach Lambda filesystems to keep datasets, checkpoints, and models across instance restarts. - Use Case: Fine-tune a 70B LLM by launching an 8x H100 instance with an attached filesystem, running accelerate-based training with checkpoints saved to persistent storage, then terminating the instance when done. ## Quick Start Use the lambda-labs skill to launch a single H100 instance in us-west-1 with my SSH key and show me how to connect to it.