From b471f75215069d37c75568fbd1eecaf504c4ffb4 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 20 Nov 2024 11:44:27 +0100 Subject: [PATCH] docs: fix invalid expression in teflon docs Fixes: 4d23156127520177a176 ("teflon/docs: Clarify smoke test instructions") Part-of: --- docs/teflon.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/teflon.rst b/docs/teflon.rst index f0d6e128dd5..3935207ce39 100644 --- a/docs/teflon.rst +++ b/docs/teflon.rst @@ -88,9 +88,9 @@ Your board should have booted into a mainline 6.7 (6.8 for the i.MX8MP) or great Do some inference with MobileNetV1 ---------------------------------- -Run the above for a quick way of checking that the setup is correct and the NPU is accelerating the inference. It assumes you have followed the steps above so Python 3.10 and dependencies have been installed, and assumes that Mesa was built to the `./build` directory. +Run the above for a quick way of checking that the setup is correct and the NPU is accelerating the inference. It assumes you have followed the steps above so Python 3.10 and dependencies have been installed, and assumes that Mesa was built to the ``./build`` directory. -You can use any image that prominently features one of the objects in the `src/gallium/frontends/teflon/tests/labels_mobilenet_quant_v1_224.txt` file. +You can use any image that prominently features one of the objects in the ``src/gallium/frontends/teflon/tests/labels_mobilenet_quant_v1_224.txt`` file. This example script has been based from the code in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/examples/python.