mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Update docs front page video to ONNX export (#11264)
This commit is contained in:
parent
9411550a9a
commit
3e8f99e15f
1 changed files with 4 additions and 4 deletions
|
|
@ -3,14 +3,14 @@ title: ONNX Runtime (ORT)
|
|||
has_children: false
|
||||
nav_order: 0
|
||||
---
|
||||
# Welcome to ONNX Runtime (ORT)
|
||||
# Welcome to ONNX Runtime
|
||||
{: .no_toc }
|
||||
|
||||
ONNX Runtime is an accelerator for machine learning models with multi platform support and a flexible interface to integrate with hardware-specific libraries. ONNX Runtime can be used with models from PyTorch, Tensorflow/Keras, TFLite, scikit-learn, and other frameworks.
|
||||
ONNX Runtime is a cross-platform machine-learning model accelerator, with a flexible interface to integrate hardware-specific libraries. ONNX Runtime can be used with models from PyTorch, Tensorflow/Keras, TFLite, scikit-learn, and other frameworks.
|
||||
|
||||
<iframe width="400" height="315" class="table-wrapper py px" src="https://www.youtube.com/embed/qy7X2JGLUC4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe height="315" class="table-wrapper py px" src="https://www.youtube.com/embed/lRBsmnBE9ZA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## How to use ONNX Runtime (ORT)
|
||||
## How to use ONNX Runtime
|
||||
|
||||
|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| <span class="fs-5"> [Get started with ORT](./get-started){: .btn .mr-4 target="_blank"} </span> | <span class="fs-5"> [API Docs](./api){: .btn target="_blank"} </span> |
|
||||
|
|
|
|||
Loading…
Reference in a new issue