From e15f0673653d0c944fd0dcbb5c81b42516e76ace Mon Sep 17 00:00:00 2001 From: Jeremy Fowers <80718789+jeremyfowers@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:21:33 -0500 Subject: [PATCH] Fix readme demo typo (#70) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4fe73f..2670d94f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ bert.py: Let's say you want a fp16 ONNX file of the same model: incorporate the ONNX ML Tools fp16 converter tool into the build sequence, and the `Build dir` will contain the ONNX file you seek: ``` -> turnkey build bert.py --sequence optimize-fp16 +> turnkey bert.py --sequence optimize-fp16 --build-only ``` ```