We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1f931 commit 82f9898Copy full SHA for 82f9898
benchmarks/benchmark_serving.py
@@ -483,10 +483,10 @@ def main(args: argparse.Namespace):
483
484
elif args.dataset_name == "random":
485
input_requests = sample_random_requests(
486
- input_len=args.input_len,
487
- output_len=args.output_len,
+ input_len=args.random_input_len,
+ output_len=args.random_output_len,
488
num_prompts=args.num_prompts,
489
- range_ratio=args.range_ratio,
+ range_ratio=args.random_range_ratio,
490
tokenizer=tokenizer,
491
)
492
0 commit comments