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-10 18:44:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
vllm
/
engine
History
Lucia Fang
8317f72354
[Misc][DP] support customized aggregated logger for dp (
#24354
)
...
Signed-off-by: Lu Fang <fanglu@fb.com>
2025-10-13 17:45:59 -07:00
..
__init__.py
Change the name to vLLM (
#150
)
2023-06-17 03:07:40 -07:00
arg_utils.py
[Misc][DP] support customized aggregated logger for dp (
#24354
)
2025-10-13 17:45:59 -07:00
async_llm_engine.py
[V0 Deprecation] Remove AsyncLLMEngine (
#25025
)
2025-09-18 11:07:42 -07:00
llm_engine.py
[V0 Deprecation] Remove LLMEngine (
#25033
)
2025-09-20 17:56:30 -07:00
metrics_types.py
Fix per file ruff ignores related to typing (
#26254
)
2025-10-05 16:37:55 +00:00
metrics.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
protocol.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00