From f7ab81fe51322c9a6b2b0707bacfa52229466bdc Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 10 Oct 2022 22:05:37 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44a18d39..c9b7c9bd 100644 --- a/README.md +++ b/README.md @@ -211,10 +211,10 @@ This is a naive example of performing real-time inference on audio from your mic The `stream` tool samples the audio every 3 seconds and runs the transcription continously. More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). ```java -$ ./stream -m models/ggml-small.en.bin -t 8 +$ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000 ``` -https://user-images.githubusercontent.com/1991296/193465125-c163d304-64f6-4f5d-83e5-72239c9a203e.mp4 +https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a80f-28ba83be7d09.mp4 ## Implementation details