gpu

Monitor GPU status, VRAM, and loaded models for Ollama inference.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor and optimize GPU usage for Ollama inference, ensuring performance and resource efficiency.

Core Features & Use Cases

  • Real-time GPU status monitoring (name, memory, utilization) during Ollama runs.
  • Track models loaded in GPU memory and their VRAM consumption.
  • Benchmark inference latency and throughput to identify bottlenecks in GPU-accelerated workflows.

Quick Start

Run a quick health check on the Ollama GPU setup and report current GPU usage and loaded models.

Frequently Asked Questions about gpu

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

FAQPage Schema
How do I monitor GPU usage and VRAM during Ollama inference?

To monitor GPU usage during Ollama inference, you can track real-time GPU status including memory utilization, VRAM consumption, and loaded models using NVIDIA or AMD GPU tooling endpoints.

What is the best way to check if my GPU memory is a bottleneck for Ollama models?

The best way to identify GPU memory bottlenecks for Ollama is to benchmark inference latency and throughput while tracking VRAM consumption and the specific models loaded in GPU memory.

Can I use nvidia-smi or rocm-smi to track Ollama VRAM consumption?

Yes, you can use nvidia-smi or rocm-smi to query GPU performance metrics and track Ollama VRAM consumption, provided you have a running Ollama server and GPU tooling installed.

How do I run a health check on my Ollama GPU setup?

To run a health check on your Ollama GPU setup, query the running Ollama server endpoints to report current GPU utilization, VRAM usage, and performance metrics for loaded models.

Why does Ollama inference latency vary and how can I optimize it?

Ollama inference latency varies based on GPU resource constraints. You can optimize it by monitoring real-time GPU utilization and VRAM consumption to identify and resolve performance bottlenecks.