|
|
||
|---|---|---|
| .. | ||
| data_generator | ||
| llm | ||
| nixl | ||
| profiler | ||
| README.md | ||
| pyproject.toml | ||
README.md
Benchmarks
This directory contains benchmarking scripts and tools for performance evaluation.
Installation
This is already included as part of the dynamo vllm image. To install locally or standalone, run:
pip install -e .
Currently, this will install lightweight tools for:
- Analyzing prefix-structured data (
datagen analyze) - Synthesizing structured data customizable for testing purposes (
datagen synthesize) Detailed information are provided in thedata_generatordirectory.
The benchmarking scripts for the core dynamo components are to come soon (e.g. routing, disagg, Planner).