Skip to content

Commit aba3c45

Browse files
committed
Remove abstract method.
Signed-off-by: shuw <[email protected]>
1 parent ba8952d commit aba3c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/attention/backends/abstract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def get_kv_cache_shape(
7878
raise NotImplementedError
7979

8080
@staticmethod
81-
@abstractmethod
8281
def get_kv_cache_stride_order() -> Tuple[int, ...]:
8382
raise NotImplementedError
8483

0 commit comments

Comments
 (0)