]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
misc : typo (#688)
authorZigfrid Zvezdin <redacted>
Thu, 30 Mar 2023 04:51:33 +0000 (01:51 -0300)
committerGitHub <redacted>
Thu, 30 Mar 2023 04:51:33 +0000 (07:51 +0300)
README.md

index 5d804671821fdbbeb968eb3e29a46b8e877fa1fa..8b5901f0fe6c26f7941d5a9ab629ed41bfa73ba4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -313,7 +313,7 @@ whisper_print_timings:    total time = 32733.52 ms
 ## Real-time audio input example
 
 This is a naive example of performing real-time inference on audio from your microphone.
-The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continously.
+The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously.
 More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
 
 ```java