Skip to content

Commit 1679324

Browse files
comaniacsumitd2
authored andcommitted
[Misc] Fix CI lint (vllm-project#9085)
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
1 parent 2e6005f commit 1679324

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)