Skip to content

Commit a777b97

Browse files
authored
Update document to include benchmark CLI command (#2314)
## Update document to include benchmark CLI command ## Checklist before requesting a review - [ ] Add unit tests for this change. - [ ] Make sure all tests can pass. - [ ] Update documents if necessary. - [ ] Lint and apply fixes to your code by running `lintrunner -a` - [ ] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link
1 parent 23d84f1 commit a777b97

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/source/reference/cli.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Command Line Tools
2-
===================
2+
==================
33

44
Olive provides command line tools that can be invoked using the ``olive`` command.
55

@@ -81,7 +81,7 @@ Automatically optimize the input model for the given target and precision.
8181
:path: auto-opt
8282

8383
Generate Adapters
84-
==================
84+
=================
8585

8686
Generate ONNX model with adapters as inputs.
8787

@@ -138,7 +138,7 @@ Configure Qualcomm SDK.
138138
:path: configure-qualcomm-sdk
139139

140140
Shared Cache
141-
=============
141+
============
142142

143143
Delete Olive model cache stored in the cloud.
144144

@@ -148,6 +148,17 @@ Delete Olive model cache stored in the cloud.
148148
:prog: olive
149149
:path: shared-cache
150150

151+
Benchmark
152+
=========
153+
154+
Run benchmarking using llm-eval.
155+
156+
.. argparse::
157+
:module: olive.cli.launcher
158+
:func: get_cli_parser
159+
:prog: olive
160+
:path: benchmark
161+
151162
Providing Input Models
152163
======================
153164

0 commit comments

Comments
 (0)