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 many manual steps and platform-specific details. ## Core Features & Use Cases - Local GGUF Inference: Run models on CPU, Apple Silicon, CUDA, ROCm, or Intel GPUs using llama-cli, llama-server, or the llama-cpp-python bindings. - Hugging Face Hub Discovery: Search for llama.cpp-compatible repos, extract exact GGUF filenames and sizes via the tree API, and build launch commands directly from Hub URLs. - Quantization Guidance: Choose between Q4/Q5/Q6/IQ variants based on RAM or VRAM constraints, with repo-specific labels preserved. - Use Case: A developer wants to run a 24B-parameter model on a laptop with 16 GB of RAM. Use this Skill to find a suitable GGUF repo on Hugging Face, pick the right quant, and generate the exact llama-server command. ## Quick Start Ask the agent to find a llama.cpp-compatible GGUF model for a given Hugging Face repo and generate the llama-server command to run it locally.