mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
fix typos, add codespell pre-commit hook (#264)
* fix typos, add codespell pre-commit hook * Update .pre-commit-config.yaml --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
@@ -370,7 +370,7 @@ if __name__ == "__main__":
|
||||
action='store_true',
|
||||
default=False,
|
||||
help=(
|
||||
"Disable padding, which means each example may have a different lenght."
|
||||
"Disable padding, which means each example may have a different length."
|
||||
" This requires setting `--batch_size 1`."
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user