mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
olive doc update (#15261)
Olive v2 has been released, and we need to update the doc related to Olive v1.
This commit is contained in:
parent
b2393480ee
commit
8f04e2bea5
1 changed files with 3 additions and 3 deletions
|
|
@ -14,11 +14,11 @@ nav_order: 1
|
|||
{:toc}
|
||||
|
||||
|
||||
## ONNX Go Live Tool (OLive)
|
||||
## Olive
|
||||
|
||||
The [ONNX Go Live "OLive" tool](https://github.com/microsoft/OLive) is a Python package that automates the process of accelerating models with ONNX Runtime. It contains two parts: (1) model conversion to ONNX with correctness validation (2) auto performance tuning with ORT. Users can run these two together through a single pipeline or run them independently as needed.
|
||||
[Olive](https://github.com/microsoft/Olive) is an easy-to-use hardware-aware model optimization tool that composes industry-leading techniques across model compression, optimization, and compilation. Given a model and targeted hardware, Olive composes the best suitable optimization techniques to output the most efficient model(s) for inferencing on cloud or edge, while taking a set of constraints such as accuracy and latency into consideration.
|
||||
|
||||
As a quickstart, please see the [notebook tutorials](https://github.com/microsoft/OLive/tree/master/notebook-tutorial) and [command line examples](https://github.com/microsoft/OLive/tree/master/cmd-example)
|
||||
As a quickstart, please refer to [documentation](https://microsoft.github.io/Olive) and [examples](https://github.com/microsoft/Olive/tree/main/examples).
|
||||
|
||||
## In-code performance profiling
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue