Local Model Selection
Summary
Choose and run the right local model with llama.cpp and GGUF — quantisation, hardware fit, and local serving.
Features
- Picks the right GGUF and quantisation for your hardware
- Covers CPU, Metal, CUDA, and ROCm setups
- Running an OpenAI-compatible local server
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
The hard part of running models locally is not the running; it is choosing. Which model, at which quantisation, will fit in the memory you have and still be good enough for the task?
This official skill answers that: finding GGUF conversions on the Hub, understanding what each quantisation level costs in quality and saves in memory, matching a model to CPU, Apple Metal, CUDA, or ROCm hardware, and locating the exact file to download rather than pulling a whole repository.
It also covers running llama.cpp as an OpenAI-compatible server so existing code can point at it, and converting models to GGUF when no conversion exists. Published by Hugging Face.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.