From a3d2bc36beb06fe28336690e52c8fcaeb93896cd Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Tue, 20 Oct 2020 06:42:53 +1000 Subject: [PATCH] Fix script name in doco (#5530) --- docs/ONNX_Runtime_for_Mobile_Platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ONNX_Runtime_for_Mobile_Platforms.md b/docs/ONNX_Runtime_for_Mobile_Platforms.md index 08f84f10b6..0eb5b6d49b 100644 --- a/docs/ONNX_Runtime_for_Mobile_Platforms.md +++ b/docs/ONNX_Runtime_for_Mobile_Platforms.md @@ -34,7 +34,7 @@ This will require the standard ONNX Runtime python package to be installed. Example: -Running `'python /tools/python/convert_onnx_model_to_ort.py /models'` where the '/models' directory contains ModelA.onnx and ModelB.onnx +Running `'python /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/