Unverified Commit 74081cb5 authored by Alan Ji's avatar Alan Ji Committed by GitHub
Browse files

fix a typo in docsting (#25759)



* fix a typo in docsting

* Update src/transformers/modeling_utils.py
Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>

---------
Co-authored-by: default avatarstatelesshz <jihuazhong1@huawei.com>
Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
parent 0040469b
...@@ -304,7 +304,7 @@ def shard_checkpoint( ...@@ -304,7 +304,7 @@ def shard_checkpoint(
<Tip warning={true}> <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`. have a size greater than `max_shard_size`.
</Tip> </Tip>
......
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