crummyh commited on
Commit
91a639e
·
unverified ·
1 Parent(s): adb5837

stream : improve consistency in README (#2642)

Browse files
Files changed (1) hide show
  1. examples/stream/README.md +1 -1
examples/stream/README.md CHANGED
@@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
15
  Setting the `--step` argument to `0` enables the sliding window mode:
16
 
17
  ```bash
18
- ./build/bin/stream -m ./models/ggml-small.en.bin -t 6 --step 0 --length 30000 -vth 0.6
19
  ```
20
 
21
  In this mode, the tool will transcribe only after some speech activity is detected. A very
 
15
  Setting the `--step` argument to `0` enables the sliding window mode:
16
 
17
  ```bash
18
+ ./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6
19
  ```
20
 
21
  In this mode, the tool will transcribe only after some speech activity is detected. A very