Skip to content

Commit 9ca9104

Browse files
KuntaiDusumitd2
authored andcommitted
[Core] Remove evictor_v1 (vllm-project#9572)
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
1 parent de8bd8c commit 9ca9104

3 files changed

Lines changed: 1 addition & 107 deletions

File tree

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

vllm/core/evictor_v1.py

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

0 commit comments

Comments
 (0)