Skip to content
@gpu-cli

GPU CLI

Remote GPUs made simple. `gpu run python train.py` or spin up ComfyUI/A1111. Auto-stops when you're done - pay only for what you use.

GPU CLI

Run code on cloud GPUs with a single command.

# Local
python train.py

# Remote GPU - just add "gpu run"
gpu run python train.py

Use Cases

ML & Training

  • Model training and fine-tuning
  • LoRA/QLoRA for LLMs
  • Batch inference
  • Jupyter notebooks

Image Generation

  • ComfyUI
  • Automatic1111 / SD WebUI
  • Fooocus
  • InvokeAI
  • Kohya SS (LoRA training)

Video & Audio

  • Wan, AnimateDiff, CogVideo
  • Whisper transcription
  • Music generation

LLM Inference

  • Ollama
  • llama.cpp
  • text-generation-webui

Why GPU CLI?

  • No more forgotten pods - Auto-stops when idle, so you only pay for what you use
  • Real-time outputs - Files sync back as they're created
  • Just works - Your local files sync to the pod, outputs sync back

Quick Start

# Install
curl -fsSL https://gpu-cli.sh/install.sh | sh

# Run on remote GPU
gpu run python train.py

Examples

Run a training job:

gpu run python train.py --epochs 100

Spin up ComfyUI:

gpu run -p 8188:8188 python main.py --listen 0.0.0.0
# Opens http://localhost:8188 automatically

Interactive shell:

gpu run bash

Links

Popular repositories Loading

  1. openapi-to-rust openapi-to-rust Public

    Generate strongly-typed Rust structs, HTTP clients, and SSE streaming clients from OpenAPI 3.1 specs

    Rust 8 1

  2. gpu gpu Public

    Public facing GPU cli docs and issues

    Python 5

  3. agentis agentis Public

    Simulate your Claude Code sessions in a retro 2D game environment

    TypeScript 2

  4. skills skills Public

    AI Dev Skills

    Shell 1

  5. vz vz Public

    Native macOS VM sandbox for Apple Silicon. Create, snapshot, and exec into macOS VMs in seconds. No SSH, no setup — just vsock.

    Rust 1

  6. zerostart zerostart Public

    Fast cold starts for GPU Python. Streaming wheel extraction for when large packages need to install fast on remote GPUs.

    Python 1

Repositories

Showing 10 of 10 repositories
  • vz Public

    Native macOS VM sandbox for Apple Silicon. Create, snapshot, and exec into macOS VMs in seconds. No SSH, no setup — just vsock.

    gpu-cli/vz’s past year of commit activity
    Rust 1 MIT 0 0 0 Updated Apr 9, 2026
  • openapi-to-rust Public

    Generate strongly-typed Rust structs, HTTP clients, and SSE streaming clients from OpenAPI 3.1 specs

    gpu-cli/openapi-to-rust’s past year of commit activity
    Rust 8 MIT 1 1 0 Updated Apr 5, 2026
  • gpu Public

    Public facing GPU cli docs and issues

    gpu-cli/gpu’s past year of commit activity
    Python 5 0 0 0 Updated Apr 3, 2026
  • parakeet-rs Public

    Pure Rust implementation of NVIDIA's Parakeet-TDT-0.6B-v3 ASR model (25 languages) using Candle, targeting Apple Silicon

    gpu-cli/parakeet-rs’s past year of commit activity
    Rust 1 0 1 0 Updated Mar 20, 2026
  • agentis Public

    Simulate your Claude Code sessions in a retro 2D game environment

    gpu-cli/agentis’s past year of commit activity
    TypeScript 2 MIT 0 0 0 Updated Mar 18, 2026
  • zerostart Public

    Fast cold starts for GPU Python. Streaming wheel extraction for when large packages need to install fast on remote GPUs.

    gpu-cli/zerostart’s past year of commit activity
    Python 1 MIT 0 0 0 Updated Mar 14, 2026
  • skills Public

    AI Dev Skills

    gpu-cli/skills’s past year of commit activity
    Shell 1 0 0 0 Updated Feb 24, 2026
  • gpu-tts-example Public

    GPU TTS example project

    gpu-cli/gpu-tts-example’s past year of commit activity
    HTML 0 0 0 0 Updated Feb 20, 2026
  • .github Public

    GPU CLI organization profile

    gpu-cli/.github’s past year of commit activity
    0 0 0 0 Updated Feb 12, 2026
  • surrealdb-migrations Public Forked from Odonno/surrealdb-migrations

    An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.

    gpu-cli/surrealdb-migrations’s past year of commit activity
    Rust 0 MIT 25 0 0 Updated Jan 7, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics