Skip to content

Commit

Permalink
[Misc] Update benchmark_prefix_caching.py fixed example usage (#11920)
Browse files Browse the repository at this point in the history
Signed-off-by: Ren MinMin <[email protected]>
Co-authored-by: Ren MinMin <[email protected]>
  • Loading branch information
remimin and Ren MinMin authored Jan 10, 2025
1 parent 46fa98c commit 8a57940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/benchmark_prefix_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
--model meta-llama/Llama-2-7b-chat-hf \
--enable-prefix-caching \
--num-prompts 1 \
--repeat-count 100
--repeat-count 100 \
--input-length-range 128:256
ShareGPT example usage:
# This command samples 20 prompts with input lengths
Expand Down

0 comments on commit 8a57940

Please sign in to comment.