Skip to content

Commit

Permalink
Fix readme demo typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy <jeremy.fowers@amd.com>
  • Loading branch information
jeremyfowers committed Dec 10, 2023
1 parent 6285de8 commit c736bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

```
Expand Down

0 comments on commit c736bb0

Please sign in to comment.