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-05-25 07:37:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
vllm
/
v1
/
core
/
sched
History
Nick Hill
938a81692e
[AsyncScheduling] Don't schedule past request max_tokens (
#27922
)
...
Signed-off-by: Nick Hill <nhill@redhat.com>
2025-11-04 17:06:28 +00:00
..
__init__.py
…
async_scheduler.py
[Core] Async scheduling + structured outputs compatibility (
#26866
)
2025-11-01 00:35:04 +00:00
interface.py
[Core] Async scheduling + structured outputs compatibility (
#26866
)
2025-11-01 00:35:04 +00:00
output.py
[Core] Async scheduling + structured outputs compatibility (
#26866
)
2025-11-01 00:35:04 +00:00
request_queue.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
scheduler.py
[AsyncScheduling] Don't schedule past request max_tokens (
#27922
)
2025-11-04 17:06:28 +00:00
utils.py
[Bugfix] fixed inconsistent finish_reason handling between V0 and V1 engines (
#27555
)
2025-10-28 02:18:08 +00:00