fix bug for tp
This commit is contained in:
@@ -88,6 +88,7 @@ class BlockManager:
|
||||
if block.ref_count == 0:
|
||||
self._deallocate_block(block_id)
|
||||
seq.num_cached_tokens = 0
|
||||
seq.prefilled = False
|
||||
seq.block_table.clear()
|
||||
|
||||
def can_append(self, seq: Sequence) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user