]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
examples : fix typo in vad-speech-segments command [no ci] (#3535)
authorDaniel Bevenius <redacted>
Thu, 20 Nov 2025 12:35:11 +0000 (13:35 +0100)
committerGitHub <redacted>
Thu, 20 Nov 2025 12:35:11 +0000 (13:35 +0100)
This commit corrects a typo the command-line argument for specifying the
VAD model in the vad-speech-segments example.

examples/vad-speech-segments/README.md

index 7dea6985617d50a692ea7d00f3d15130e898888b..aa5c8114726556f8d4dcb093e2f5fdf7f44df4c8 100644 (file)
@@ -15,7 +15,7 @@ The examples can be run using the following command, which uses a model
 that we use internally for testing:
 ```console
 ./build/bin/vad-speech-segments \
-    -vad-model models/for-tests-silero-v6.2.0-ggml.bin \
+    --vad-model models/for-tests-silero-v6.2.0-ggml.bin \
     --file samples/jfk.wav \
     --no-prints