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-01-18 21:14:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
models
/
multimodal
/
generation
/
vlm_utils
History
Cyrus Leung
fe2016de2d
[CI/Build] Remove unnecessary flags from test registry (
#27353
)
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
2025-10-23 14:42:40 +00:00
..
__init__.py
…
builders.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
case_filtering.py
Remove all references to
yapf
as it's no longer used (
#26251
)
2025-10-05 09:18:11 -07:00
core.py
[CI/Build] Remove unnecessary flags from test registry (
#27353
)
2025-10-23 14:42:40 +00:00
custom_inputs.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
model_utils.py
[Model] Revert PR
#26715
: Restore custom PaliGemma and Gemma3-MM impl… (
#27309
)
2025-10-22 10:05:34 -07:00
runners.py
…
types.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00