Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions docs/source/reference/cli.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Command Line Tools
===================
==================

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

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

Generate Adapters
==================
=================

Generate ONNX model with adapters as inputs.

Expand Down Expand Up @@ -138,7 +138,7 @@ Configure Qualcomm SDK.
:path: configure-qualcomm-sdk

Shared Cache
=============
============

Delete Olive model cache stored in the cloud.

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

Benchmark
=========

Run benchmarking using llm-eval.

.. argparse::
:module: olive.cli.launcher
:func: get_cli_parser
:prog: olive
:path: benchmark

Providing Input Models
======================

Expand Down
Loading