Skip to content

Commit

Permalink
remove abstractmethod from advance_step
Browse files Browse the repository at this point in the history
  • Loading branch information
SolitaryThinker committed Aug 16, 2024
1 parent d08be46 commit 083eb89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/attention/backends/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def copy_blocks(
) -> None:
raise NotImplementedError

@abstractmethod
def advance_step(self, num_seqs: int, num_queries: int):
raise NotImplementedError

Expand Down

0 comments on commit 083eb89

Please sign in to comment.