llama-cpp

Automate local GGUF inference and model discovery for llama.cpp.

Updated May 25, 2026
One-click install
npx skills add https://github.com/webdevtodayjason/subctl-rust --skill llama-cpp-webdevtodayjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llama-cpp
Source: https://github.com/webdevtodayjason/subctl-rust/tree/main/skills/llama-cpp
Command: npx skills add https://github.com/webdevtodayjason/subctl-rust --skill llama-cpp-webdevtodayjason

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires llama-cpp, llama-cpp-python, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the process of local GGUF inference and model discovery for llama.cpp, enhancing the efficiency of working with Hugging Face models.

Core Features & Use Cases

  • GGUF Inference: Perform local inference on llama.cpp models using GGUF files.
  • Model Discovery: Search for and select models from the Hugging Face Hub that are compatible with llama.cpp.
  • Quick Setup: Simplifies the installation and setup of llama.cpp and its Python bindings.
  • Use Case: A user can quickly find a llama.cpp-compatible model from the Hugging Face Hub, download the GGUF file, and run it locally without additional setup.

Quick Start

Use the llama-cpp skill to run the model 'bartowski/Llama-3.2-3B-Instruct-GGUF' with Q8 quantization.

Frequently Asked Questions about llama-cpp

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

FAQPage Schema
How do I run local GGUF inference using llama.cpp and Hugging Face models?

You can run local GGUF inference by using this skill to discover compatible Hugging Face models, download the GGUF files, and execute them directly through llama.cpp and llama-cpp-python without manual setup.

How does model discovery work for finding llama.cpp-compatible models on Hugging Face Hub?

Model discovery for llama.cpp-compatible models works by searching the Hugging Face Hub to identify and select GGUF files, enabling quick download and local deployment without manual repository browsing.

Do I need to manually install llama.cpp and Python bindings to deploy GGUF files locally?

Manual installation of llama.cpp and Python bindings is simplified by this skill, which automates the quick setup of llama.cpp and its python libraries to prepare your environment for local GGUF inference.

Can I run Hugging Face models locally with different hardware configurations using llama.cpp?

Running Hugging Face models locally with llama.cpp supports various hardware configurations, allowing the GGUF inference process to adapt and deploy efficiently across different system environments.

What is the best way to deploy a specific quantized GGUF model like Llama-3.2-3B-Instruct locally?

The best way to deploy a quantized GGUF model like Llama-3.2-3B-Instruct locally is using the skill's quick start function, which directly executes the specified Hugging Face model with your chosen quantization level.