Vidur is an open-source simulator for evaluating large language model inference systems without deploying them on production hardware. It models workloads, hardware,...
Pros
- Evaluates LLM serving designs without requiring equivalent physical hardware
- Supports configurable models, request traces, hardware, and parallelism strategies
- Useful for reproducible research and capacity-planning experiments
Cons
- Requires Python and infrastructure expertise compared with turnkey benchmark tools
- Simulation results may diverge from production behavior for unusual workloads or hardware
- Does not deploy or serve models for end users
Free, open source