From d34445e96087198bf28f122f097db55fc0b10b37 Mon Sep 17 00:00:00 2001 From: crummyh Date: Wed, 18 Dec 2024 00:43:48 -0600 Subject: [PATCH] stream : improve consistency in README (#2642) --- examples/stream/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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