Skip to content

Commit 46b0df6

Browse files
committed
More fixes.
Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com>
1 parent 594583f commit 46b0df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/legacy/performance/perf-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Say we want to profile iterations 100 to 150 on a trtllm-bench/trtllm-serve run,
6767

6868
# Prepare dataset for the benchmark
6969
trtllm-bench \
70-
--model=${MODEL_PATH} dataset \
70+
--model=${MODEL_PATH} prepare-dataset \
7171
--output /tmp/dataset.txt token-norm-dist --num-requests=${NUM_SAMPLES} \
7272
--input-mean=1000 --output-mean=1000 --input-stdev=0 --output-stdev=0
7373

0 commit comments

Comments
 (0)