Skip to content

Commit cb16506

Browse files
authored
Fix typo "shard"
1 parent 0512221 commit cb16506

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 one shared.\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 shard.\n",
407407
"\n",
408408
"When you load models back in, you overwrite the values in your Python object."
409409
]

0 commit comments

Comments
 (0)