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
2025-12-19 06:55:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
models
/
multimodal
/
processing
History
Cyrus Leung
653591d5e7
[Chore] Move tokenizer initialization methods (
#29793
)
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
2025-12-02 13:33:37 +08:00
..
__init__.py
…
test_common.py
[Chore] Move tokenizer initialization methods (
#29793
)
2025-12-02 13:33:37 +08:00
test_glm4_1v.py
…
test_h2ovl.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_idefics3.py
…
test_internvl.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_llama4.py
…
test_llava_next.py
…
test_llava_onevision.py
…
test_minimax_vl_01.py
…
test_mllama4.py
…
test_nemotron_vl.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_phi3v.py
Remove all references to
yapf
as it's no longer used (
#26251
)
2025-10-05 09:18:11 -07:00
test_phi4mm.py
…
test_qwen2_vl.py
…
test_smolvlm.py
…
test_tensor_schema.py
[Chore] Move tokenizer initialization methods (
#29793
)
2025-12-02 13:33:37 +08:00
test_transformers.py
…