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
43d384ba
Unverified
Commit
43d384ba
authored
Jan 06, 2026
by
wang.yuqi
Committed by
GitHub
Jan 06, 2026
Browse files
[CI] Increase the MTEB_EMBED_TOL threshold to 5e-4. (#31797)
Signed-off-by:
wang.yuqi
<
yuqi.wang@daocloud.io
>
parent
db318326
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
7 deletions
+2
-7
tests/models/language/pooling_mteb_test/mteb_embed_utils.py
tests/models/language/pooling_mteb_test/mteb_embed_utils.py
+2
-2
tests/models/language/pooling_mteb_test/test_baai.py
tests/models/language/pooling_mteb_test/test_baai.py
+0
-1
tests/models/language/pooling_mteb_test/test_gte.py
tests/models/language/pooling_mteb_test/test_gte.py
+0
-2
tests/models/language/pooling_mteb_test/test_jina.py
tests/models/language/pooling_mteb_test/test_jina.py
+0
-1
tests/models/language/pooling_mteb_test/test_st_projector.py
tests/models/language/pooling_mteb_test/test_st_projector.py
+0
-1
No files found.
tests/models/language/pooling_mteb_test/mteb_embed_utils.py
View file @
43d384ba
...
...
@@ -19,9 +19,9 @@ from tests.models.utils import (
# - Model implementation and minor changes in tensor dtype
# results in differences less than 1e-4
# - Different model results in differences more than 1e-3
#
1
e-4 is a good tolerance threshold
#
5
e-4 is a good tolerance threshold
MTEB_EMBED_TASKS
=
[
"STS12"
]
MTEB_EMBED_TOL
=
1
e-4
MTEB_EMBED_TOL
=
5
e-4
_empty_model_meta
=
ModelMeta
(
...
...
tests/models/language/pooling_mteb_test/test_baai.py
View file @
43d384ba
...
...
@@ -65,7 +65,6 @@ MODELS = [
"BAAI/bge-code-v1"
,
architecture
=
"Qwen2Model"
,
mteb_score
=
0.75724465
,
dtype
=
"float32"
,
pooling_type
=
"LAST"
,
attn_type
=
"decoder"
,
is_prefix_caching_supported
=
True
,
...
...
tests/models/language/pooling_mteb_test/test_gte.py
View file @
43d384ba
...
...
@@ -89,7 +89,6 @@ MODELS = [
"Qwen/Qwen3-Embedding-0.6B"
,
mteb_score
=
0.771163695
,
architecture
=
"Qwen3ForCausalLM"
,
dtype
=
"float32"
,
pooling_type
=
"LAST"
,
attn_type
=
"decoder"
,
is_prefix_caching_supported
=
True
,
...
...
@@ -99,7 +98,6 @@ MODELS = [
EmbedModelInfo
(
"Qwen/Qwen3-Embedding-4B"
,
architecture
=
"Qwen3ForCausalLM"
,
dtype
=
"float32"
,
enable_test
=
False
,
),
]
...
...
tests/models/language/pooling_mteb_test/test_jina.py
View file @
43d384ba
...
...
@@ -28,7 +28,6 @@ EMBEDDING_MODELS = [
attn_type
=
"encoder_only"
,
is_prefix_caching_supported
=
False
,
is_chunked_prefill_supported
=
False
,
dtype
=
"float32"
,
)
]
...
...
tests/models/language/pooling_mteb_test/test_st_projector.py
View file @
43d384ba
...
...
@@ -29,7 +29,6 @@ ST_PROJECTOR_MODELS = [
is_prefix_caching_supported
=
False
,
is_chunked_prefill_supported
=
False
,
enable_test
=
True
,
dtype
=
"float32"
,
),
]
...
...
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