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-02 05:27:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
v1
/
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
…
conftest.py
…
test_async_llm.py
[Misc][DP] support customized aggregated logger for dp (
#24354
)
2025-10-13 17:45:59 -07:00
test_engine_args.py
…
test_engine_core_client.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_engine_core.py
…
test_fast_incdec_prefix_err.py
…
test_llm_engine.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_output_processor.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_processor_multi_modal_uuids.py
[Bugfix] Fix SHM cache initialization (
#26427
)
2025-10-09 02:48:04 -07:00
utils.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00