Skip to content

Commit 88c2c88

Browse files
dyli-googlelulmer
authored andcommitted
[Doc] Fix a typo (vllm-project#14385)
Signed-off-by: Louis Ulmer <[email protected]>
1 parent a176a2a commit 88c2c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def sample_sonnet_requests(
174174
) -> list[tuple[str, str, int, int, None]]:
175175
assert (
176176
input_len > prefix_len
177-
), "'args.sonnet-input-len' must be greater than 'args.prefix-input-len'."
177+
), "'args.sonnet-input-len' must be greater than 'args.sonnet-prefix-len'."
178178

179179
# Load the dataset.
180180
with open(dataset_path, encoding='utf-8') as f:

0 commit comments

Comments
 (0)