gpu-cli

Automate Python/ML workload execution on cloud GPUs via GPU CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gpu-cli/llm-agent --skill gpu-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpu-cli
Source: https://github.com/gpu-cli/llm-agent/tree/main/skills/gpu-cli
Command: npx skills add https://github.com/gpu-cli/llm-agent --skill gpu-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GPU-based workloads often require manual cloud provisioning and setup; GPU CLI streamlines remote GPU execution to feel like local development, reducing setup time and friction.

Core Features & Use Cases

  • Proactive GPU suggestions when CUDA code or OOM errors are detected.
  • Complete command reference and gpu.toml configuration guide for running on cloud GPUs.
  • Troubleshooting tips and practical examples for training, inference, and web UI workloads.

Quick Start

Install GPU CLI and authenticate, then run your first GPU job to provision a VM, sync your code, and execute your script.

Frequently Asked Questions about gpu-cli

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

FAQPage Schema
How do I run Python ML training on remote cloud GPUs?

GPU CLI automates running Python ML workloads on cloud GPUs by provisioning a VM, syncing your code, and executing the script, making remote execution feel like local development.

Can I configure cloud GPU provisioning for interactive inference sessions?

Yes, GPU CLI supports provisioning and configuration for interactive inference sessions. You can use the gpu.toml configuration file to define settings and manage the pod lifecycle for remote execution.

Do I need to manually select a GPU type when running remote execution workloads?

You can manually select a GPU type using GPU CLI, but the tool also proactively suggests cloud GPUs when it detects CUDA code or out-of-memory errors in your local execution environment.

What is the best way to troubleshoot cloud GPU workloads that fail during execution?

Troubleshooting cloud GPU workloads involves checking the gpu.toml configuration and reviewing the provided tips for training, inference, and web UI workloads to resolve provisioning and execution errors.

Does GPU CLI work with RunPod backed resources for pod lifecycle management?

Yes, GPU CLI manages pod lifecycles and executes GPU workloads using RunPod-backed resources, handling output syncing and VM provisioning across training and inference sessions.