mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Fix script name in doco (#5530)
This commit is contained in:
parent
6ad70d7371
commit
a3d2bc36be
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ This will require the standard ONNX Runtime python package to be installed.
|
|||
|
||||
Example:
|
||||
|
||||
Running `'python <ORT repository root>/tools/python/convert_onnx_model_to_ort.py /models'` where the '/models' directory contains ModelA.onnx and ModelB.onnx
|
||||
Running `'python <ORT repository root>/tools/python/convert_onnx_models_to_ort.py /models'` where the '/models' directory contains ModelA.onnx and ModelB.onnx
|
||||
- Will create /models/ModelA.ort and /models/ModelB.ort
|
||||
- Will create /models/required_operators.config/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue