We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed068a commit 1cb4ad8Copy full SHA for 1cb4ad8
vllm/core/block_manager.py
@@ -6,7 +6,6 @@
6
from vllm.sequence import Sequence, SequenceGroup, SequenceStatus
7
from vllm.utils import Device
8
9
-
10
# Mapping: logical block number -> physical block.
11
BlockTable = List[PhysicalTokenBlock]
12
0 commit comments