File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11Command Line Tools
2- ===================
2+ ==================
33
44Olive 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
8383Generate Adapters
84- ==================
84+ =================
8585
8686Generate ONNX model with adapters as inputs.
8787
@@ -138,7 +138,7 @@ Configure Qualcomm SDK.
138138 :path: configure-qualcomm-sdk
139139
140140Shared Cache
141- =============
141+ ============
142142
143143Delete 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+
151162Providing Input Models
152163======================
153164
You can’t perform that action at this time.
0 commit comments