mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
examples : fix typo in vad-speech-segments command [no ci] (#3535)
This commit corrects a typo the command-line argument for specifying the VAD model in the vad-speech-segments example.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user