From: crummyh Date: Wed, 18 Dec 2024 06:43:48 +0000 (-0600) Subject: stream : improve consistency in README (#2642) X-Git-Tag: upstream/1.7.4~85 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d34445e96087198bf28f122f097db55fc0b10b37;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp stream : improve consistency in README (#2642) --- diff --git a/examples/stream/README.md b/examples/stream/README.md index 9c558cd3..a8bdf71d 100644 --- a/examples/stream/README.md +++ b/examples/stream/README.md @@ -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: ```bash - ./build/bin/stream -m ./models/ggml-small.en.bin -t 6 --step 0 --length 30000 -vth 0.6 + ./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6 ``` In this mode, the tool will transcribe only after some speech activity is detected. A very