What problem does it solve? Running large language models locally requires choosing the right GGUF quantization, finding compatible model files on Hugging Face, and configuring llama.cpp for your hardware, which involves fragmented documentation and trial-and-error. ## Core Features & Use Cases - Hub Model Discovery: Search Hugging Face for llama.cpp-compatible repos, read local-app pages for recommended quants, and enumerate exact GGUF files via the tree API. - Local Inference: Run models with llama-cli, llama-server, or llama-cpp-python on CPU, Apple Silicon, CUDA, ROCm, or Intel GPUs. - Quant Selection Guidance: Choose between Q4_K_M, Q5_K_M, Q6_K, IQ variants, and repo-specific labels based on RAM or VRAM constraints. - Use Case: A developer wants to run a 35B model on a 24GB GPU. Use this Skill to find the repo's hardware compatibility section, pick UD-Q4_K_M at 22.1 GB, and generate the exact llama-server command. ## Quick Start Ask the assistant to find a GGUF version of a Hugging Face model and generate the llama-server command to run it locally.