What problem does it solve? Choosing the right quantized model and running it locally is confusing: GGUF repos contain many quant variants, hardware constraints differ across CPU, Metal, CUDA, and ROCm, and exact filenames are hard to confirm. This Skill provides a URL-first workflow to find llama.cpp-compatible models on Hugging Face, pick the right quantization, and launch them with llama-cli or llama-server. ## Core Features & Use Cases - Hub-first model discovery: Search Hugging Face with the llama.cpp app filter, read the local-app page for the recommended quant, and confirm exact .gguf filenames via the tree API. - Quantization guidance: Detailed format comparison tables (Q4_K_M, Q5_K_M, Q6_K, Q8_0, and more), size scaling per model parameter count, and imatrix calibration workflows. - Hardware acceleration setup: Build and run instructions for Apple Metal, NVIDIA CUDA, AMD ROCm, and CPU with BLAS. - Use Case: You want to run a 35B model on a Mac with limited RAM. Use this Skill to find the repo, confirm the UD-Q4_K_M file fits your memory budget, and launch an OpenAI-compatible local server with llama-server. ## Quick Start Ask the assistant to find a llama.cpp-compatible GGUF model on Hugging Face for your hardware and start it as a local OpenAI-compatible server.