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-06 05:25:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
vllm
/
attention
/
backends
History
Matthew Bonanni
11857a00b0
[Attention] Add ROCM_AITER_MLA_SPARSE to attention backend registry (
#29103
)
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
2025-11-20 20:24:43 -08:00
..
__init__.py
…
abstract.py
[KVConnector][Core] Support cross-layer KV blocks (
#27743
)
2025-11-20 19:09:59 +01:00
registry.py
[Attention] Add ROCM_AITER_MLA_SPARSE to attention backend registry (
#29103
)
2025-11-20 20:24:43 -08:00
utils.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00