Unverified Commit eba17173 authored by Lancer's avatar Lancer Committed by GitHub
Browse files

fix: [doc] fix typo (#11751)


Co-authored-by: default avatarLancer <maruixiang6688@gmail.com>
parent 635b8972
...@@ -23,7 +23,7 @@ class BlockTable: ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment