Skip to content

Commit

Permalink
why is there different forammter?
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyyx committed Nov 1, 2024
1 parent 604edad commit bc2a6de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmarks/benchmark_prefix_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc2a6de

Please sign in to comment.