GLM-ASR Support#42875
Merged
eustlb merged 69 commits intohuggingface:mainfrom Dec 24, 2025
Merged
Conversation
Member
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
[For maintainers] Suggested jobs to run (before merge) run-slow: audioflamingo3, auto, glmasr |
Contributor
|
🚨 Exceptionally merging without a core maintainer’s review, as discussed offline with @ArthurZucker (this is basically the same as Voxtral/AudioFlamingo3, with nothing fundamentally new introduced here) |
SangbumChoi
pushed a commit
to SangbumChoi/transformers
that referenced
this pull request
Jan 23, 2026
* draft only * update * rename * format config * update config * update shape * update * testing * new config * Update modeling_glmasr.py * draft change * update encoder config * darft PR with no embed * revert * revert * Update modular_glmasr.py * update * format * for doc update * add processor * rename * update rotray * update convert logtic * update * update * update * update * update * use //2 * update for pytest * change modular * for sglang support * Update modeling_glmasr.py * audioflamingo3: use _get_audio_token_length * clean modular * integration tests * Glmasr -> GlmAsr * audioflamingo3: audio len and default prompt as attributes * modular update * fix * udpate integration tests * use auto dtype * conversion script update * fix * correct test values * make * test update * fix * make * auto updates * doc update * update doc * fix * fix import * doc update * fix * fix * doc update * make style * update max_audio_len * update repo * make * make * make --------- Co-authored-by: eustlb <94853470+eustlb@users.noreply.github.com> Co-authored-by: Eustache Le Bihan <eulebihan@gmail.com>
This was referenced Feb 5, 2026
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.
Adapting GLM-ASR-Nano-2512 for the new version of transformers