Skip to content

Commit 6544212

Browse files
authored
Remove outdated scenarios from inference benchmark (#2619)
1 parent f3e42f7 commit 6544212

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

thunder/benchmarks/benchmark_inference.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,6 @@ def parse_args() -> argparse.Namespace:
466466
description="Thunder Inference Benchmark",
467467
formatter_class=CustomFormatter,
468468
epilog="""
469-
Standard Benchmark Scenarios:
470-
summarization - Prefill-Heavy: 4,000 input → 1,000 output tokens
471-
chat - Balanced: 1,000 input → 1,000 output tokens
472-
reasoning - Decode-Heavy: 1,000 input → 4,000 output tokens
473-
474469
Examples:
475470
python benchmark_inference.py --input-length 2048 --output-length 512 --model-name meta-llama/Llama-4-Maverick-17B-128E --mode eager
476471
""",

0 commit comments

Comments
 (0)