What problem does it solve? Choosing the right local LLM for Hermes Agent is confusing: model families have inconsistent size tiers, quant formats trade quality for VRAM, and uncensored variants vary widely in reliability. This Skill provides verified, hardware-specific recommendations so you avoid downloading models that do not exist, do not fit, or fail in agent tool-calling loops. ## Core Features & Use Cases - VRAM-tier recommendations: Concrete model and quant picks for 8-12GB, 16GB, 24GB, and 32GB GPUs, plus Apple Silicon memory tiers, with exact HuggingFace repositories and GGUF filenames. - Quant and KV cache guidance: Explains when Q4_K_M is acceptable versus when Q6_K is the floor for agent work, and how to configure KV cache precision to avoid system-RAM spill. - Dual-GPU and auxiliary model setup: Covers LM Studio multi-model serving, llama.cpp strict GPU isolation, and cross-family auxiliary model selection for compression, approval, and vision tasks. - Use Case: A user with a 16GB GPU asks which uncensored model to run as a Hermes auxiliary. The Skill recommends Gemma 4 26B-A4B Heretic at Q4_K_M with the exact repository, explains why cross-family pairing reduces correlated failures, and provides verification steps via LM Studio's API endpoints. ## Quick Start Ask which local model and quant you should run for Hermes Agent on your specific GPU and VRAM amount.