What problem does it solve?
This Skill decides whether a specific open-source LLM can run well on a given computer, replacing guesswork with clear fit, speed, and context-limit estimates.
Core Features & Use Cases
- Exact model resolution: Searches for the exact model name the user gave and avoids silently swapping in a different release.
- Fit and throughput analysis: Estimates VRAM and RAM usage, KV cache growth, and tokens per second from hardware bandwidth.
- Engine and quantization guidance: Recommends the best inference engine and quantization format for the target machine.
- Use case: A user asks whether a named model will run on an RTX 4090, an M2 Mac, or a CPU-only workstation, and this Skill returns a practical verdict with memory math.
Quick Start
Use the local-llm-fit skill to evaluate whether a specific model will run on my hardware and tell me the best quantization, engine, memory use, throughput, and verdict.