docs(llama.cpp): fix default GGUF quickstart#3234
Open
LauraGPT wants to merge 4 commits into
Open
Conversation
Signed-off-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the default SenseVoice model filename to sensevoice-small-q8.gguf in the quickstart documentation for both English and Chinese READMEs, and introduces a test script to assert that these README commands remain up-to-date. The reviewer suggested using an absolute URL for the releases link in README_zh.md to ensure portability across different platforms.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Signed-off-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Signed-off-by: 游雁 <zhifu.gzf@alibaba-inc.com>
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.
Summary
sensevoice-small-q8.ggufdownloaded by the helper./llama-funasr-sensevoiceon Linux/macOS and.\llama-funasr-sensevoice.exefrom the Windows ZIP rootRoot cause
The downloader defaults to the practical Q8 SenseVoice artifact, while the English root README invoked the old, differently cased
SenseVoiceSmall-f16.gguffilename. The release archives also do not install their binaries intoPATH, so the Unix command needed./; the Chinese root README had only a pointer rather than an equivalent copy-paste flow.The existing downloader contract was not connected to CI and searched whole README files. It now extracts the CPU/edge Bash and PowerShell fences, derives the expected SenseVoice filename from the downloader's observed request, and requires complete runnable command lines for both platforms.
Validation
bash runtime/llama.cpp/tests/test_download_funasr_model.shbash -n runtime/llama.cpp/tests/test_download_funasr_model.sh runtime/llama.cpp/download-funasr-model.shgit diff --check./llama-funasr-sensevoice --helpfrom the extracted Linux x64 release