Skip to content

Commit

Permalink
[Misc] Fix CI lint (vllm-project#9085)
Browse files Browse the repository at this point in the history
Signed-off-by: Alvant <alvasian@yandex.ru>
  • Loading branch information
comaniac authored and Alvant committed Oct 26, 2024
1 parent 55fe153 commit 57c0a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarks/benchmark_prefix_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def main(args):
default='128:256',
help='Range of input lengths for sampling prompts,'
'specified as "min:max" (e.g., "128:256").')
parser.add_argument("--seed", type=int, default=0,
parser.add_argument("--seed",
type=int,
default=0,
help='Random seed for reproducibility')
args = parser.parse_args()
main(args)

0 comments on commit 57c0a9b

Please sign in to comment.