Fix typo in download-ggml-model.sh#2623
Merged
Merged
Conversation
Introduced in ggml-org#2589
ggerganov
approved these changes
Dec 12, 2024
bygreencn
added a commit
to bygreencn/whisper.cpp
that referenced
this pull request
Dec 18, 2024
# By Georgi Gerganov (4) and others # Via GitHub * ggerganov/master: stream : improve consistency in README (ggml-org#2642) whisper : support no_speech_thold (ggml-org#2625) whisper : add single-timestamp logic (ggml-org#2629) readme : fix typo (ggml-org#2637) cmake : fix "amd64" processor string (ggml-org#2638) vulkan : fix soft_max.comp division by zero (ggml-org#2633) common : add cstdio header stream : update build instructions android : fix build and ci (ggml-org#2624) models : fix typo in download-ggml-model.sh (ggml-org#2623) ruby : Sync whisper.cpp and model download feature (ggml-org#2617) scripts : update to new build system # Conflicts: # src/whisper.cpp
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.
Whoops, I introduced a typo in #2589 --
qwas missing fromlarge-v2-8_0, should belarge-v2-q8_0as per v1.7.2 announcement.