This website requires JavaScript.
Explore
Help
Sign In
xinyun
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced
2026-03-18 04:37:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
models
/
language
/
pooling
History
wang.yuqi
f54f85129e
[Model][2/N] Improve all pooling task | Support multi-vector retrieval (
#25370
)
...
Signed-off-by: wang.yuqi <noooop@126.com>
2025-10-15 11:14:41 +00:00
..
__init__.py
…
embed_utils.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_auto_prefix_cache_support.py
…
test_classification.py
…
test_embedding.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_gritlm.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_head_dtype.py
[Model][0/N] Improve all pooling task | clean up (
#25817
)
2025-10-13 16:44:50 +08:00
test_mm_classifier_conversion.py
…
test_multi_vector_retrieval.py
[Model][2/N] Improve all pooling task | Support multi-vector retrieval (
#25370
)
2025-10-15 11:14:41 +00:00
test_multilabel_classification_support.py
…
test_nomic_max_model_len.py
…
test_pooler_config_init_behaviour.py
[Model][2/N] Improve all pooling task | Support multi-vector retrieval (
#25370
)
2025-10-15 11:14:41 +00:00
test_reward.py
…
test_scoring.py
…
test_splade_sparse_pooler.py
[Model][0/N] Improve all pooling task | clean up (
#25817
)
2025-10-13 16:44:50 +08:00
test_token_classification.py
[Model][2/N] Improve all pooling task | Support multi-vector retrieval (
#25370
)
2025-10-15 11:14:41 +00:00
test_truncation_control.py
…