Skip to content

Commit d34445e

Browse files
authored
stream : improve consistency in README (#2642)
1 parent f897eb7 commit d34445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
1515
Setting the `--step` argument to `0` enables the sliding window mode:
1616

1717
```bash
18-
./build/bin/stream -m ./models/ggml-small.en.bin -t 6 --step 0 --length 30000 -vth 0.6
18+
./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6
1919
```
2020

2121
In this mode, the tool will transcribe only after some speech activity is detected. A very

0 commit comments

Comments
 (0)