From 1716efd0b35889b580276e27c8b6f661c9858cd0 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 8 Mar 2022 15:27:49 +0000 Subject: MLECO-3006: Fixing some minor errors in documentation Change-Id: I24cd544780f46fcec8f154b440f7bb959c20a459 Signed-off-by: Isabella Gottardi --- docs/use_cases/inference_runner.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/use_cases/inference_runner.md') diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md index 0aa671a..1082c5c 100644 --- a/docs/use_cases/inference_runner.md +++ b/docs/use_cases/inference_runner.md @@ -205,8 +205,7 @@ Assuming that the install location of the FVP was set to `~/FVP_install_location using: ```commandline -~/FVP_install_location/models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55 -./bin/mps3-sse-300/ethos-u-inference_runner.axf +~/FVP_install_location/models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55 -a ./bin/mps3-sse-300/ethos-u-inference_runner.axf ``` A log output appears on the terminal: @@ -309,8 +308,8 @@ binary blob. > the model size can be a maximum of 32MiB. The IFM and OFM spaces are both reserved as 16MiB sections. ```commandline -~/FVP_install_location/models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55 -a \ - ./bin/ethos-u-inference_runner.axf \ +~/FVP_install_location/models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55 \ + -a ./bin/ethos-u-inference_runner.axf \ --data /path/to/custom-model.tflite@0x90000000 \ --data /path/to/custom-ifm.bin@0x92000000 \ --dump cpu0=/path/to/output.bin@Memory:0x93000000,1024 -- cgit v1.2.1