onnxruntime/docs/build/index.md

14 lines
410 B
Markdown
Raw Normal View History

---
title: Build ONNX Runtime
has_children: true
nav_order: 5
2021-11-18 19:00:48 +00:00
redirect_from: /docs/how-to/build
---
2021-11-18 19:00:48 +00:00
# Build ONNX Runtime from source
{: .no_toc }
2021-11-18 19:00:48 +00:00
2023-03-30 21:37:56 +00:00
Build ONNX Runtime from source if you need to access a feature that is not already in a released package.
For production deployments, it's strongly recommended to build only from an [official release branch](https://github.com/microsoft/onnxruntime/releases).