mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
Fix broken OpenVINO link (#17579)
Co-authored-by: nakersha <natalie.kershaw@microsoft.com>
This commit is contained in:
parent
19687c00ee
commit
ea25f19229
2 changed files with 2 additions and 2 deletions
2
docs/build/eps.md
vendored
2
docs/build/eps.md
vendored
|
|
@ -241,7 +241,7 @@ See more information on the OpenVINO™ Execution Provider [here](../execution-p
|
|||
|
||||
Follow [documentation](https://docs.openvino.ai/2023.0/index.html) for detailed instructions.
|
||||
|
||||
*2023.0 is the recommended OpenVINO™ version. [OpenVINO™ 2022.1](https://docs.openvino.ai/2022.1/index.html) is minimal OpenVINO™ version requirement.*
|
||||
*2023.0 is the recommended OpenVINO™ version. [OpenVINO™ 2022.1](https://docs.openvino.ai/archive/2022.1/index.html) is minimal OpenVINO™ version requirement.*
|
||||
*The minimum ubuntu version to support 2023.0 is 18.04.*
|
||||
|
||||
2. Configure the target hardware with specific follow on instructions:
|
||||
|
|
|
|||
2
docs/build/index.md
vendored
2
docs/build/index.md
vendored
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Build ONNX Runtime
|
||||
title: Build from source
|
||||
has_children: true
|
||||
nav_order: 5
|
||||
redirect_from: /docs/how-to/build
|
||||
|
|
|
|||
Loading…
Reference in a new issue