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-19 11:47:14 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
entrypoints
History
Jialin Ouyang
4073c82c4e
[ResponseAPI] Simplify input/output message serialization (
#26620
)
...
Signed-off-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
2025-10-13 09:59:15 +00:00
..
llm
[Metrics] Add test for multi-modal cache stats logging (
#26588
)
2025-10-10 16:00:50 +00:00
offline_mode
…
openai
[ResponseAPI] Simplify input/output message serialization (
#26620
)
2025-10-13 09:59:15 +00:00
pooling
[Model][0/N] Improve all pooling task | clean up (
#25817
)
2025-10-13 16:44:50 +08:00
__init__.py
…
conftest.py
Fix per file ruff ignores related to line length (
#26262
)
2025-10-06 05:12:40 +00:00
test_api_server_process_manager.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_chat_utils.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_context.py
[Misc] Upgrade more code to Python 3.10 (
#26463
)
2025-10-09 10:43:53 +01:00
test_renderer.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_ssl_cert_refresher.py
…