examples : fix typo in vad-speech-segments command [no ci]#3535
Merged
Conversation
This commit corrects a typo the command-line argument for specifying the VAD model in the vad-speech-segments example.
KitaitiMakoto
approved these changes
Nov 20, 2025
bygreencn
added a commit
to bygreencn/whisper.cpp
that referenced
this pull request
Dec 28, 2025
* ggerganov/master: (55 commits) examples : fix typo in vad-speech-segments command [no ci] (ggml-org#3535) readme : minor (ggml-org#3516) metal : fix compile on macos 11 (ggml-org#3533) sync : llama.cpp sync : ggml metal : support I32 -> I32 copy (llama/17317) metal : faster argsort (llama/17315) metal : add cumsum (llama/17305) CANN: Use smart pointers to manage ACL objects (llama/17238) vulkan: add LOG operation support for F32 and F16 (llama/17183) vulkan: fix MMQ quantize_y condition (llama/17301) metal : remove obosolete asserts (llama/17295) opencl: fix rms_norm_mul (llama/17250) opencl: add kernel to handle mat mul in attention to improve encoding speed (llama/17181) sycl : unify unary kernels with a generic implementation and enable wide operator support (llama/17213) vulkan: Fuse mul_mat_id+add_id+mul and mul_mat+add+add. (llama/17287) vulkan: Replace 16-bit unpack8 calls to work around legacy Windows AMD driver bug (llama/17285) vulkan: implement ABS and NEG (llama/17245) vulkan: Use ggml_vk_tensor_subbuffer in mul_mat_vec(id) paths (llama/17244) vulkan: skip all-negative-inf blocks in FA (llama/17186) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit corrects a typo the command-line argument for specifying the VAD model in the vad-speech-segments example.