Skip to content

Commit

Permalink
Fix readme demo typo (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers authored Dec 10, 2023
1 parent 6285de8 commit e15f067
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 e15f067

Please sign in to comment.