mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
* Test re-using page layout from current ONNX Runtime website for docs * Add content for documentation on website * Fixed most broken links * Copy just-the-docs theme sources into repo * Remove local theme files as this did not work with GitHub * Remove nojekyll file * Move image assets into single location * Add Contents to markdown files and ensure only one h1 * Update after review * Fix img links * Add trailing slash to main nav links * Fix broken links on main docs page * Re-fix broken links on main docs page * Fix broken links #3 * Fix broken links #4 * Fix broken links #5 * Fix broken links #6 * Fix paths to global assets * Add updates since fork * Update custom op docs * Fix link
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
---
|
|
title: Home
|
|
nav_order: 0
|
|
nav_exclude: true
|
|
---
|
|
|
|
# Welcome to ONNX Runtime!
|
|
|
|
**ONNX Runtime** is a cross-platform **inferencing and training accelerator** compatible with popular ML/DNN frameworks, including PyTorch, TensorFlow/Keras, scikit-learn, and more.
|
|
|
|
You can benefit from ONNX Runtime if you want to:
|
|
|
|
* Improve inference performance for a wide variety of ML models
|
|
* Reduce time and cost of training large models
|
|
* Train in Python but deploy into a C#/C++/Java app
|
|
* Run on different hardware and operating systems
|
|
* Train and perform inference with models created in different frameworks
|
|
|
|
[ONNX Runtime inference](get-started/inference.md) APIs are stable and production-ready since the [1.0 release](https://github.com/microsoft/onnxruntime/releases/tag/v1.0.0) in October 2019 and can enable faster customer experiences and lower costs.
|
|
|
|
[ONNX Runtime training](get-started/training.md) feature was introduced in May 2020 in preview. This feature supports acceleration of PyTorch training on multi-node NVIDIA GPUs for transformer models. Additional updates for this feature are coming soon.
|