What problem does it solve?
This Skill provides a comprehensive solution for local GGUF inference with llama.cpp, allowing users to discover models from the Hugging Face Hub and build custom command lines for local inference.
Core Features & Use Cases
- Local Inference: Run llama.cpp models locally on CPU, Apple Silicon, CUDA, ROCm, or Intel GPUs.
- Model Discovery: Search and select models from the Hugging Face Hub based on specific criteria such as size constraints or compatibility with llama.cpp.
- Command Line Building: Generate command lines for llama-server or llama-cli based on model and quant selection.
- Use Case: If you need to perform fast inference with a small model that doesn't require GPU acceleration, you can use this Skill to find a Q2_K GGUF file from a specific Hugging Face Hub repository and build a command line for llama-cli.
Quick Start
To use a specific model from the Hugging Face Hub for inference with llama-cli, run the following command:
llama-cli -hf <model-repo>:<quant-label>