mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
redo fix broken link (#11162)
* redo fix broken link * fix other broken link
This commit is contained in:
parent
173f7f623c
commit
b8ac9fd3bd
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ INFO: Please try updating the ONNX model opset to a supported version using
|
|||
|
||||
## Recommendation
|
||||
|
||||
Finally the script will provide information on how to [convert the model to the ORT format](../ort-model-format.md) required by ORT Mobile, and recommend which of the two ORT format models to use.
|
||||
Finally the script will provide information on how to [convert the model to the ORT format](../ort-format-models.md) required by ORT Mobile, and recommend which of the two ORT format models to use.
|
||||
|
||||
```
|
||||
INFO: Run `python -m onnxruntime.tools.convert_onnx_models_to_ort ...` to convert the ONNX model to ORT format.
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ INFO: Please try updating the ONNX model opset to a supported version using
|
|||
|
||||
## Recommendation
|
||||
|
||||
Finally the script will provide information on how to [convert the model to the ORT format](../../../../docs/reference/ort-model-format.md) required by ORT Mobile, and recommend which of the two ORT format models to use.
|
||||
Finally the script will provide information on how to [convert the model to the ORT format](../../../../docs/reference/ort-format-models.md) required by ORT Mobile, and recommend which of the two ORT format models to use.
|
||||
|
||||
```
|
||||
INFO: Run `python -m onnxruntime.tools.convert_onnx_models_to_ort ...` to convert the ONNX model to ORT format.
|
||||
|
|
|
|||
Loading…
Reference in a new issue