Skip to content

Commit 43b51fb

Browse files
KuntaiDuAlvant
authored andcommitted
[Core] Remove evictor_v1 (vllm-project#9572)
Signed-off-by: Alvant <[email protected]>
1 parent 4e54685 commit 43b51fb

File tree

3 files changed

+1
-107
lines changed

3 files changed

+1
-107
lines changed

vllm/core/block/prefix_caching_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from vllm.core.block.interfaces import Block, BlockAllocator, BlockId, Device
88
from vllm.core.block.naive_block import (BlockPool, NaiveBlock,
99
NaiveBlockAllocator)
10-
from vllm.core.evictor_v2 import EvictionPolicy, Evictor, make_evictor
10+
from vllm.core.evictor import EvictionPolicy, Evictor, make_evictor
1111

1212
PrefixHash = int
1313

File renamed without changes.

vllm/core/evictor_v1.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)