From f048f16ba7b73c2298056bab92270147889c3449 Mon Sep 17 00:00:00 2001 From: Zhuohan Li Date: Fri, 24 Oct 2025 17:45:23 -0700 Subject: [PATCH] fix pre-commit Signed-off-by: Zhuohan Li --- vllm/benchmarks/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/benchmarks/datasets.py b/vllm/benchmarks/datasets.py index 45db80d4a6..f85c6d8533 100644 --- a/vllm/benchmarks/datasets.py +++ b/vllm/benchmarks/datasets.py @@ -603,7 +603,7 @@ class RandomTokenIDDataset(BenchmarkDataset): class RandomDataset(RandomTokenIDDataset): """ Synthetic text-only dataset for serving/throughput benchmarks. - Addtionally to RandomTokenIDDataset, we perform a decode then re-encode/truncate + Additionally to RandomTokenIDDataset, we perform a decode then re-encode/truncate to ensure prompt token counts match. """