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
d917747c
Unverified
Commit
d917747c
authored
Dec 11, 2025
by
Cyrus Leung
Committed by
GitHub
Dec 11, 2025
Browse files
[Bugfix] Fix `task` still being passed in tests/benchmarks (#30476)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
a5f9fb59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
benchmarks/benchmark_ngram_proposer.py
benchmarks/benchmark_ngram_proposer.py
+0
-1
tests/models/language/pooling/test_mm_classifier_conversion.py
.../models/language/pooling/test_mm_classifier_conversion.py
+0
-2
No files found.
benchmarks/benchmark_ngram_proposer.py
View file @
d917747c
...
...
@@ -32,7 +32,6 @@ def benchmark_propose(args):
model_config
=
ModelConfig
(
model
=
"facebook/opt-125m"
,
task
=
"generate"
,
max_model_len
=
args
.
num_token
+
args
.
num_spec_token
,
tokenizer
=
"facebook/opt-125m"
,
tokenizer_mode
=
"auto"
,
...
...
tests/models/language/pooling/test_mm_classifier_conversion.py
View file @
d917747c
...
...
@@ -17,7 +17,6 @@ def test_idefics_multimodal(
with
vllm_runner
(
model_name
=
"HuggingFaceM4/Idefics3-8B-Llama3"
,
runner
=
"pooling"
,
task
=
"classify"
,
convert
=
"classify"
,
load_format
=
"dummy"
,
max_model_len
=
512
,
...
...
@@ -86,7 +85,6 @@ def test_gemma_multimodal(
with
vllm_runner
(
model_name
=
"google/gemma-3-4b-it"
,
runner
=
"pooling"
,
task
=
"classify"
,
convert
=
"classify"
,
load_format
=
"auto"
,
hf_overrides
=
update_config
,
...
...
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