Skip to content

Commit 2a1d1d0

Browse files
homeffjyAlvant
authored andcommitted
[Doc] Remove outdated comment to avoid misunderstanding (vllm-project#9287)
Signed-off-by: Alvant <[email protected]>
1 parent 840537a commit 2a1d1d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vllm/core/block_manager_v2.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ class BlockSpaceManagerV2(BlockSpaceManager):
2424
autoregressively-generated tokens, and other advanced features such as
2525
prefix caching, forking/copy-on-write, and sliding-window memory allocation.
2626
27-
The current implementation is partial; in particular prefix caching and
28-
sliding-window are not feature complete. This class implements the design
29-
described in https://github.com/vllm-project/vllm/pull/3492.
27+
This class implements the design described in
28+
https://github.com/vllm-project/vllm/pull/3492.
3029
3130
Lookahead slots
3231
The block manager has the notion of a "lookahead slot". These are slots
@@ -190,7 +189,7 @@ def allocate(self, seq_group: SequenceGroup) -> None:
190189

191190
assert (request_id
192191
not in self.cross_block_tables), \
193-
"block table already exists"
192+
"block table already exists"
194193

195194
check_no_caching_or_swa_for_blockmgr_encdec(self, seq_group)
196195

0 commit comments

Comments
 (0)