diff --git a/benchmarks/README.md b/benchmarks/README.md index ee17264203..269a4d51ec 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -1,874 +1,20 @@ -# Benchmarking vLLM +# Benchmarks -This README guides you through running benchmark tests with the extensive -datasets supported on vLLM. It’s a living document, updated as new features and datasets -become available. +This directory used to contain vLLM's benchmark scripts and utilities for performance testing and evaluation. -## Dataset Overview +## Contents -
Dataset | -Online | -Offline | -Data Path | -
---|---|---|---|
ShareGPT | -✅ | -✅ | -wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json |
-
ShareGPT4V (Image) | -✅ | -✅ | -
- wget https://huggingface.co/datasets/Lin-Chen/ShareGPT4V/blob/main/sharegpt4v_instruct_gpt4-vision_cap100k.json
- - Note that the images need to be downloaded separately. For example, to download COCO's 2017 Train images:
- wget http://images.cocodataset.org/zips/train2017.zip
- |
-
ShareGPT4Video (Video) | -✅ | -✅ | -
- git clone https://huggingface.co/datasets/ShareGPT4Video/ShareGPT4Video
- |
-
BurstGPT | -✅ | -✅ | -wget https://github.com/HPMLL/BurstGPT/releases/download/v1.1/BurstGPT_without_fails_2.csv |
-
Sonnet (deprecated) | -✅ | -✅ | -Local file: benchmarks/sonnet.txt |
-
Random | -✅ | -✅ | -synthetic |
-
RandomMultiModal (Image/Video) | -🟡 | -🚧 | -synthetic |
-
Prefix Repetition | -✅ | -✅ | -synthetic |
-
HuggingFace-VisionArena | -✅ | -✅ | -lmarena-ai/VisionArena-Chat |
-
HuggingFace-InstructCoder | -✅ | -✅ | -likaixin/InstructCoder |
-
HuggingFace-AIMO | -✅ | -✅ | -AI-MO/aimo-validation-aime , AI-MO/NuminaMath-1.5 , AI-MO/NuminaMath-CoT |
-
HuggingFace-Other | -✅ | -✅ | -lmms-lab/LLaVA-OneVision-Data , Aeala/ShareGPT_Vicuna_unfiltered |
-
HuggingFace-MTBench | -✅ | -✅ | -philschmid/mt-bench |
-
HuggingFace-Blazedit | -✅ | -✅ | -vdaita/edit_5k_char , vdaita/edit_10k_char |
-
Spec Bench | -✅ | -✅ | -wget https://raw.githubusercontent.com/hemingkx/Spec-Bench/refs/heads/main/data/spec_bench/question.jsonl |
-
Custom | -✅ | -✅ | -Local file: data.jsonl |
-