From d3eeba35d4d3b9dbde429298623d342c6979f8cc Mon Sep 17 00:00:00 2001 From: rickyx Date: Fri, 1 Nov 2024 18:09:49 +0000 Subject: [PATCH] lint --- benchmarks/benchmark_prefix_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark_prefix_caching.py b/benchmarks/benchmark_prefix_caching.py index a5bf6127f47d7..0543d2654dd47 100644 --- a/benchmarks/benchmark_prefix_caching.py +++ b/benchmarks/benchmark_prefix_caching.py @@ -162,7 +162,7 @@ def main(args): random.seed(args.seed) if args.dataset_path is not None: print( - f"Start to sample {args.num_prompts} prompts from {args.dataset_path}" + f"Start to sample {args.num_prompts} prompts " f"from {args.dataset_path}" ) filtered_requests = sample_requests_from_dataset( dataset_path=args.dataset_path,