From bc2a6de867098a2bfa4b89fb9461d0207e6fc11e Mon Sep 17 00:00:00 2001 From: rickyx Date: Fri, 1 Nov 2024 18:18:28 +0000 Subject: [PATCH] why is there different forammter? --- benchmarks/benchmark_prefix_caching.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/benchmarks/benchmark_prefix_caching.py b/benchmarks/benchmark_prefix_caching.py index 2baa4a12e7641..980b4ad49021d 100644 --- a/benchmarks/benchmark_prefix_caching.py +++ b/benchmarks/benchmark_prefix_caching.py @@ -161,10 +161,8 @@ def main(args): input_length_range = tuple(map(int, args.input_length_range.split(':'))) random.seed(args.seed) if args.dataset_path is not None: - print( - f"Start to sample {args.num_prompts} prompts " - f"from {args.dataset_path}" - ) + print(f"Start to sample {args.num_prompts} prompts " + f"from {args.dataset_path}") filtered_requests = sample_requests_from_dataset( dataset_path=args.dataset_path, num_requests=args.num_prompts,