Skip to content

Commit 57c0a9b

Browse files
comaniacAlvant
authored andcommitted
[Misc] Fix CI lint (vllm-project#9085)
Signed-off-by: Alvant <alvasian@yandex.ru>
1 parent 55fe153 commit 57c0a9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmarks/benchmark_prefix_caching.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ def main(args):
194194
default='128:256',
195195
help='Range of input lengths for sampling prompts,'
196196
'specified as "min:max" (e.g., "128:256").')
197-
parser.add_argument("--seed", type=int, default=0,
197+
parser.add_argument("--seed",
198+
type=int,
199+
default=0,
198200
help='Random seed for reproducibility')
199201
args = parser.parse_args()
200202
main(args)

0 commit comments

Comments
 (0)