Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
1cb4ad8d
Commit
1cb4ad8d
authored
Nov 29, 2023
by
Zhuohan Li
Browse files
[FIX] Fix formatting error
parent
6ed068a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/core/block_manager.py
vllm/core/block_manager.py
+0
-1
No files found.
vllm/core/block_manager.py
View file @
1cb4ad8d
...
@@ -6,7 +6,6 @@ from vllm.block import PhysicalTokenBlock
...
@@ -6,7 +6,6 @@ from vllm.block import PhysicalTokenBlock
from
vllm.sequence
import
Sequence
,
SequenceGroup
,
SequenceStatus
from
vllm.sequence
import
Sequence
,
SequenceGroup
,
SequenceStatus
from
vllm.utils
import
Device
from
vllm.utils
import
Device
# Mapping: logical block number -> physical block.
# Mapping: logical block number -> physical block.
BlockTable
=
List
[
PhysicalTokenBlock
]
BlockTable
=
List
[
PhysicalTokenBlock
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment