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
2025-12-14 21:11:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
v1
/
e2e
History
Nick Hill
4fe5895361
[AsyncScheduling] Make async overlap work with logprobs (
#27615
)
...
Signed-off-by: Nick Hill <nhill@redhat.com>
2025-10-28 22:35:54 +00:00
..
__init__.py
[V1] Implement Cascade Attention (
#11635
)
2025-01-01 21:56:46 +09:00
test_async_sched_and_preempt.py
[AsyncScheduling] Make async overlap work with logprobs (
#27615
)
2025-10-28 22:35:54 +00:00
test_cascade_attention.py
[V0 Deprecation] Remove
VLLM_USE_V1
from tests (
#26341
)
2025-10-07 15:42:31 +00:00
test_correctness_sliding_window.py
[V0 Deprecation] Remove
VLLM_USE_V1
from tests (
#26341
)
2025-10-07 15:42:31 +00:00
test_kv_sharing_fast_prefill.py
[Frontend][torch.compile] CompilationConfig Overhaul (
#20283
): name change compilation level to compilation mode, deprecation compilation level (
#26355
)
2025-10-15 02:51:16 +00:00
test_min_tokens.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_pooling_chunked_prefill.py
Add tests for chunked prefill and prefix cache with causal pooling models (
#26526
)
2025-10-14 07:45:04 +08:00
test_spec_decode.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00