chore: prepare FunASR 1.4.0 release - #3444
Merged
Merged
Conversation
Signed-off-by: LauraGPT <lauragpt@users.noreply.github.com>
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
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
1.3.30to1.4.0, following the release policy that no numeric segment exceeds 30.vda_modelnow points users tovad_model) from the legacy WebSocket update shipped in the tagged GitHub source.Type of change
Validation
python -m compileall funasr examples testsAdditional evidence:
84 passedacross the release contract, AutoModel, WebSocket finalization, install docs, runtime download, and llama.cpp release workflow tests.funasr-1.4.0-py3-none-any.whlandfunasr-1.4.0.tar.gz; both passtwine checkand SHA256 verification.1.4.0plus thevda_modelerror path.User impact
Users who misspell
vad_modelnow get an immediate actionable error instead of silently losing VAD-dependent segmentation, speaker processing, andsentence_info. The release notes also make the WebSocket finalization behavior discoverable without implying it is contained in the PyPI wheel.Notes for reviewers
This PR prepares metadata only; PyPI upload and tag creation remain gated on the exact merged
maincommit on 2026-07-31. The GitHub Release will attach the wheel, sdist, and the current nine llama.cpp runtime archives together.