Skip to content

Commit 9694245

Browse files
authored
readme : add shell command example for --print-colors (ggml-org#710)
The section of the readme file explaining `--print-colors` includes only a screenshot with directories that are inconsistent with other examples. This commit adds an example shell command, consistent with the remaining examples.
1 parent 11f7b69 commit 9694245

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
328328
Adding the `--print-colors` argument will print the transcribed text using an experimental color coding strategy
329329
to highlight words with high or low confidence:
330330
331+
```java
332+
./main -m models/ggml-base.en.bin -f samples/gb0.wav --print-colors
333+
```
334+
331335
<img width="965" alt="image" src="https://user-images.githubusercontent.com/1991296/197356445-311c8643-9397-4e5e-b46e-0b4b4daa2530.png">
332336
333337
## Controlling the length of the generated text segments (experimental)

0 commit comments

Comments
 (0)