What problem does it solve?
This Skill solves the problem of picking the right local llama.cpp GGUF model and launching it correctly, without guesswork about quantization formats, file names, or hardware compatibility.
Core Features & Use Cases
- Local GGUF inference & server launch: Run llama-cli or llama-server against a specific GGUF quant suitable for CPU/GPU/Metal setups.
- Hugging Face Hub model discovery: Find llama.cpp-compatible repos, extract the repo-specific recommended quant/command from local-app pages, and confirm available GGUF files via the tree API.
- Quant selection & file inventory: Enumerate actual
.gguf filenames and sizes (including separation of projector mmproj-*.gguf files) and choose Q4/Q5/Q6/IQ variants for RAM/VRAM constraints.
Use case example: A user wants the best local model for their hardware but only knows they want “Llama 3” and have limited VRAM; the Skill discovers matching HF repos, extracts the exact recommended quant label from the ?local-app=llama.cpp view, confirms the exact .gguf file and size via the tree API, and returns a ready-to-run llama-server or llama-cli command.
Quick Start
Use the Skill to generate a llama-server command for the Hugging Face repo and recommended quant, then start the server locally.