mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
fix a typo in docsting (#25759)
* fix a typo in docsting * Update src/transformers/modeling_utils.py Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com> --------- Co-authored-by: statelesshz <jihuazhong1@huawei.com> Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
This commit is contained in:
parent
0040469bb8
commit
74081cb5fa
@ -304,7 +304,7 @@ def shard_checkpoint(
|
||||
|
||||
<Tip warning={true}>
|
||||
|
||||
If one of the model's weight is bigger that `max_sahrd_size`, it will end up in its own sub-checkpoint which will
|
||||
If one of the model's weight is bigger than `max_shard_size`, it will end up in its own sub-checkpoint which will
|
||||
have a size greater than `max_shard_size`.
|
||||
|
||||
</Tip>
|
||||
|
Loading…
Reference in New Issue
Block a user