Forward fix nightly errors from #44589 - #47151
Merged
Merged
Conversation
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
njhill
approved these changes
Jun 30, 2026
hmellor
enabled auto-merge (squash)
June 30, 2026 12:17
Member
Author
|
I've started the two jobs that failed on nightly so we'll see confirmation that they are now fixed |
rjrock
pushed a commit
to rjrock/vllm
that referenced
this pull request
Jul 1, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
lkk12014402
pushed a commit
to lkk12014402/vllm
that referenced
this pull request
Jul 8, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
noooop
pushed a commit
to noooop/vllm
that referenced
this pull request
Jul 9, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io>
Dao007forever
pushed a commit
to Dao007forever/vllm
that referenced
this pull request
Jul 18, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
philippesic
pushed a commit
to philippesic/vllm-semantic-cache
that referenced
this pull request
Jul 19, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
plasticchris
pushed a commit
to plasticchris/vllm
that referenced
this pull request
Jul 20, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
aditi-amd
pushed a commit
to aditi-amd/vllm
that referenced
this pull request
Aug 4, 2026
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: root <root@smci355-ccs-aus-m02-09.cs-aus.dcgpu>
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.
This PR forward fixes the failures introduced to
mainby #44589. Supersedes #47096.Fixes for Language Models Test (MTEB):
hf_to_vllm_mapperso it belongs toGemma3Modelso that it can load itself. This is necessary becauseGemma3Modelis registered directly asGemma3TextModelmodel.toJinaEmbeddingsV5Modelweights so that it can load correctlyFix for Multi-Modal Models (Extended Generation 2):
hf_to_vllm_mapperdefinitions.hf_to_vllm_mapperwas defined twice inCohereForCausalLM, meaning that the one containingorig_to_new_stackedwas overwritten