Skip to content

Don't try and run GLM-ASR with remote code#34352

Merged
vllm-bot merged 1 commit intovllm-project:mainfrom
hmellor:glmasr-not-remote-code
Feb 11, 2026
Merged

Don't try and run GLM-ASR with remote code#34352
vllm-bot merged 1 commit intovllm-project:mainfrom
hmellor:glmasr-not-remote-code

Conversation

@hmellor
Copy link
Member

@hmellor hmellor commented Feb 11, 2026

GLM-ASR has been upstreamed to Transformers in huggingface/transformers@a7f2952 which was first released in v5.0.0rc2.

Therefore we should remove this kwarg from our test. (The test will not actually run in this PR because it's still gated on Transformesr v5)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly removes the trust_remote_code=True argument for the GlmAsrForConditionalGeneration model in the test registry. As the model has been upstreamed to the Transformers library, this flag is no longer necessary. This is a good security enhancement, as it avoids potentially running untrusted remote code. The change is accurate and well-justified.

@vllm-bot vllm-bot merged commit 67a42b5 into vllm-project:main Feb 11, 2026
8 checks passed
@hmellor hmellor deleted the glmasr-not-remote-code branch February 11, 2026 16:09
eldarkurtic pushed a commit to eldarkurtic/vllm that referenced this pull request Feb 19, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Eldar Kurtic <research@neuralmagic.com>
llsj14 pushed a commit to llsj14/vllm that referenced this pull request Mar 1, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
tunglinwood pushed a commit to tunglinwood/vllm that referenced this pull request Mar 4, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants