What problem does it solve? Provisioning dedicated GPU infrastructure for machine learning workloads is complex and time-consuming. This Skill guides you through launching, configuring, and managing Lambda Labs GPU instances and clusters so you can run training and inference jobs without building your own hardware stack. ## 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 multi-GPU and multi-node training with PyTorch DDP, FSDP, DeepSpeed, and Slurm-based 1-Click Clusters with InfiniBand. - Persistent Storage & Cost Optimization: Attach persistent filesystems for checkpoints and datasets, and select the right GPU for each workload to control costs. - Use Case: You need to fine-tune a 7B LLM. Launch an 8x H100 instance with an attached filesystem, download the base model, run distributed fine-tuning with accelerate, and save checkpoints that survive instance termination. ## Quick Start Ask the agent to launch a single H100 instance on Lambda Labs in the us-west-1 region using your configured API key and SSH key, then verify the GPU with nvidia-smi over SSH.