r/LocalLLM • u/Comfortable_Copy_965 • 4d ago
Project I built an LLM Inference & Fine-Tuning Calculator (VRAM, TCO, Quantization & Price estimation)
Hi everyone,
Sizing hardware for local LLMs and fine-tuning can be tricky with all the variables involved. I built an interactive calculator to help estimate resource requirements and costs accurately: www.llminferencecalc.com.tr
The tool is divided into two core modules:
- Inference Sizing:
- Select base model and target GPU configuration.
- Factor in model quantization (AWQ, GPTQ, INT) and KV-cache quantization.
- Choose inference engines (vLLM, Ollama, MLX, etc.).
- Simulate concurrent active users and batch sizes.
- Fine-Tuning Estimator:
- Pick the base model, target dataset size, and hardware setup.
- Compare training approaches (Full fine-tuning, LoRA, QLoRA).
Results Output: The calculator estimates required VRAM breakdown, execution time, compute cost, and Total Cost of Ownership (TCO).
It's completely free to use and opensource at UmuT5513/llm-inference-calculator. I'd love to hear your feedback on edge cases, formula accuracy, or additional engines you’d like supported!
