From 4332955602f6b8d2e15b0f2658b7dbd4dc76024c Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:10:08 +0000 Subject: [PATCH] [Docs] Add CLI reference doc for `vllm bench sweep plot_pareto` (#29689) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- docs/cli/bench/sweep/plot_pareto.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/cli/bench/sweep/plot_pareto.md diff --git a/docs/cli/bench/sweep/plot_pareto.md b/docs/cli/bench/sweep/plot_pareto.md new file mode 100644 index 0000000000000..f5dc257ce6772 --- /dev/null +++ b/docs/cli/bench/sweep/plot_pareto.md @@ -0,0 +1,9 @@ +# vllm bench sweep plot_pareto + +## JSON CLI Arguments + +--8<-- "docs/cli/json_tip.inc.md" + +## Arguments + +--8<-- "docs/argparse/bench_sweep_plot_pareto.inc.md"