lambda-labs-gpu-cloud

Provision reserved Lambda Labs GPU instances with persistent filesystems and SSH access.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/eddielueng/hermes-agent-zh --skill lambda-labs-gpu-cloud-eddielueng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lambda-labs-gpu-cloud
Source: https://github.com/eddielueng/hermes-agent-zh/tree/main/optional-skills/mlops/lambda-labs
Command: npx skills add https://github.com/eddielueng/hermes-agent-zh --skill lambda-labs-gpu-cloud-eddielueng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lambda-cloud-client>=1.0.0, and includes references (resource) components.

What problem does it solve?

Lambda Labs users need a reliable way to provision dedicated GPU instances (and persistent storage) for ML training and inference without spending time on low-level infrastructure setup.

Core Features & Use Cases

  • Dedicated GPU instances with SSH: Provision single-GPU or multi-GPU machines for interactive development, long training jobs, and inference runs.
  • Lambda Stack ML environment: Use pre-installed CUDA/NCCL and common ML frameworks (PyTorch, TensorFlow, JAX, JupyterLab) to reduce setup time.
  • Persistent filesystems: Keep datasets, checkpoints, and outputs across instance restarts and reuse them for iterative workflows.
  • 1-Click Slurm clusters: Run high-performance multi-node/distributed training with Slurm (16–512 GPUs) for large-scale experiments.

Use Case Example: Fine-tune an LLM on an 8x H100 setup, save checkpoints to a mounted filesystem for safe resumption, then run batch inference from the same persisted model artifacts.

Quick Start

Launch an H100 instance in the Lambda Labs console, attach (or create) a filesystem for persistent checkpoints, wait for it to become active, then connect via SSH using the instance IP shown in the dashboard.

Frequently Asked Questions about lambda-labs-gpu-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch GPU instances for distributed ML training with Slurm?▼

Launch GPU instances for distributed ML training by provisioning multi-GPU machines and using 1-click Slurm clusters to scale high-performance multi-node training across 16 to 512 GPUs.

Can I keep checkpoints and datasets across instance restarts on GPU cloud?▼

Keep checkpoints and datasets across instance restarts on GPU cloud by attaching persistent filesystems to your instances, ensuring data remains available for iterative workflows.

Do I need an API integration to provision on-demand GPU instances?▼

You need an API integration to provision on-demand GPU instances, specifically requiring the lambda-cloud-client dependency to set up reserved cloud environments and manage SSH access.

What ML frameworks are pre-installed for GPU inference and training workloads?▼

Pre-installed ML frameworks for GPU inference and training workloads include PyTorch, TensorFlow, JAX, and JupyterLab, alongside pre-configured CUDA and NCCL environments to reduce setup time.

How do I run batch inference from persisted model artifacts after fine-tuning an LLM?▼

Run batch inference from persisted model artifacts after fine-tuning an LLM by saving checkpoints to a mounted filesystem, then loading those same artifacts for inference on active instances.