]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
stream : improve consistency in README (#2642)
authorcrummyh <redacted>
Wed, 18 Dec 2024 06:43:48 +0000 (00:43 -0600)
committerGitHub <redacted>
Wed, 18 Dec 2024 06:43:48 +0000 (08:43 +0200)
examples/stream/README.md

index 9c558cd3c91d84edb191bf55289737b7f5f58885..a8bdf71d0ca95b5cadecc7afb2614b71ddc2f131 100644 (file)
@@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
 Setting the `--step` argument to `0` enables the sliding window mode:\r
 \r
 ```bash\r
- ./build/bin/stream -m ./models/ggml-small.en.bin -t 6 --step 0 --length 30000 -vth 0.6\r
+ ./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6\r
 ```\r
 \r
 In this mode, the tool will transcribe only after some speech activity is detected. A very\r