Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6ecabe49
Unverified
Commit
6ecabe49
authored
Mar 12, 2026
by
wang.yuqi
Committed by
GitHub
Mar 12, 2026
Browse files
[CI Failure] Fix Language Models Test (Extended Pooling) daily CI Failure (#36761)
Signed-off-by:
wang.yuqi
<
yuqi.wang@daocloud.io
>
parent
2f8b4ce0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/models/language/pooling/test_mm_classifier_conversion.py
.../models/language/pooling/test_mm_classifier_conversion.py
+2
-1
No files found.
tests/models/language/pooling/test_mm_classifier_conversion.py
View file @
6ecabe49
...
@@ -32,7 +32,8 @@ def test_idefics_multimodal(
...
@@ -32,7 +32,8 @@ def test_idefics_multimodal(
def
update_config
(
config
):
def
update_config
(
config
):
config
.
text_config
.
update
(
text_config
=
config
.
get_text_config
()
text_config
.
update
(
{
{
"architectures"
:
[
"Gemma3ForSequenceClassification"
],
"architectures"
:
[
"Gemma3ForSequenceClassification"
],
"classifier_from_token"
:
[
"A"
,
"B"
,
"C"
,
"D"
,
"E"
],
"classifier_from_token"
:
[
"A"
,
"B"
,
"C"
,
"D"
,
"E"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment