mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-26 20:54:34 +08:00
Fix typo
This commit is contained in:
parent
ee9442518d
commit
e40fa136aa
@ -7,7 +7,7 @@ BLANK_TOKEN_ID = -1
|
|||||||
|
|
||||||
class LogicalTokenBlock:
|
class LogicalTokenBlock:
|
||||||
|
|
||||||
def __int__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
block_number: int,
|
block_number: int,
|
||||||
block_size: int,
|
block_size: int,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user