Skip to content

Commit 0512221

Browse files
authored
Fixed typo
I believe this is what the original author intended as the original statement did not make sense.
1 parent 36b0a7d commit 0512221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/intro_to_modules.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"id": "4eGaNiQWcK4j"
404404
},
405405
"source": [
406-
"During distributed (multi-machine) training they can be sharded, which is why they are numbered (e.g., '00000-of-00001'). In this case, though, there is only have one shard.\n",
406+
"During distributed (multi-machine) training they can be sharded, which is why they are numbered (e.g., '00000-of-00001'). In this case, though, there is only one shared.\n",
407407
"\n",
408408
"When you load models back in, you overwrite the values in your Python object."
409409
]

0 commit comments

Comments
 (0)