From a1905624bc310a1eb4c3b8d2c7628a6cf29892a4 Mon Sep 17 00:00:00 2001 From: leqiao-1 <61653207+leqiao-1@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:04:46 +0800 Subject: [PATCH] change OLive description and related links (#9951) * change OLive description and related links * modify OLive description --- docs/performance/tune-performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/performance/tune-performance.md b/docs/performance/tune-performance.md index 4da46912ce..3c3f9795c7 100644 --- a/docs/performance/tune-performance.md +++ b/docs/performance/tune-performance.md @@ -25,9 +25,9 @@ This document covers basic tools and knobs that can be leveraged to find the bes ### ONNX GO Live Tool {: .no_toc } -The [ONNX Go Live "OLive" tool](https://github.com/microsoft/OLive) is an easy-to-use pipeline for converting models to ONNX and optimizing performance with ONNX Runtime. The tool can help identify the optimal runtime configuration to get the best performance on the target hardware for the model. +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(ORT). It contains two parts: (1) model conversion to ONNX with correctness checking (2) auto performance tuning with ORT. Users can run these two together through a single pipeline or run them independently as needed. -As a quickstart, please see the notebooks: [Python](https://github.com/microsoft/OLive/blob/master/notebook/Convert_Models_and_Tune_Performance_with_OLive_Python_SDK.ipynb), [Docker images](https://github.com/microsoft/OLive/blob/master/notebook/Convert_Models_and_Tune_Performance_with_OLive_Docker_Images.ipynb) +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) ### Profiling and Performance Report {: .no_toc }