mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-17 05:22:16 +08:00
fix pre-commit
Signed-off-by: yuantao <2422264527@qq.com>
This commit is contained in:
parent
28169a6fce
commit
ca7eaa045c
@ -318,7 +318,7 @@ class FullAttentionManager(SingleTypeKVCacheManager):
|
|||||||
) -> tuple[list[KVCacheBlock], ...]:
|
) -> tuple[list[KVCacheBlock], ...]:
|
||||||
assert isinstance(
|
assert isinstance(
|
||||||
kv_cache_spec,
|
kv_cache_spec,
|
||||||
FullAttentionSpec | ChunkedLocalAttentionSpec | FullDiffkvAttentionSpec
|
FullAttentionSpec | ChunkedLocalAttentionSpec | FullDiffkvAttentionSpec,
|
||||||
), (
|
), (
|
||||||
"FullAttentionManager can only be used for full attention "
|
"FullAttentionManager can only be used for full attention "
|
||||||
"and chunked local attention groups"
|
"and chunked local attention groups"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user