This website requires JavaScript.
Explore
Help
Register
Sign In
biondizzle
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
5d9308968649c81ee5903fc2a77377d738ed2f6d
vllm
/
vllm
/
attention
/
backends
History
zejunchen-zejun
d52c5096d7
[Bugfix] fix the alias bug of AttentionBackendEnum when register CUSTOM attention backend to vllm (
#30869
)
...
Signed-off-by: zejunchen-zejun <
zejun.chen@amd.com
>
2025-12-20 09:03:35 +08:00
..
__init__.py
[Core] Refactor Attention Take 2 (
#3462
)
2024-03-25 04:39:33 +00:00
abstract.py
[Misc][PCP&DCP] relocate PCP feature check (
#30050
)
2025-12-11 03:36:18 -08:00
registry.py
[Bugfix] fix the alias bug of AttentionBackendEnum when register CUSTOM attention backend to vllm (
#30869
)
2025-12-20 09:03:35 +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