fix: [doc] fix typo (#11751)

Co-authored-by: Lancer <maruixiang6688@gmail.com>
This commit is contained in:
Lancer 2025-01-06 00:48:16 +08:00 committed by GitHub
parent 635b897246
commit eba17173d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class BlockTable:
blocks to initialize the BlockTable with. If not provided, an empty blocks to initialize the BlockTable with. If not provided, an empty
BlockTable is created. BlockTable is created.
max_block_sliding_window (Optional[int], optional): The number of max_block_sliding_window (Optional[int], optional): The number of
blocks to keep around for each sequance. If None, all blocks blocks to keep around for each sequence. If None, all blocks
are kept (eg., when sliding window is not used). are kept (eg., when sliding window is not used).
It should at least fit the sliding window size of the model. It should at least fit the sliding window size of the model.