Skip to content

Commit

Permalink
docs: fix minor typo (#13289)
Browse files Browse the repository at this point in the history
`at` should be `a1`
  • Loading branch information
jaketae committed Aug 31, 2021
1 parent 066fd04 commit 180c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/parallelism.md
Expand Up @@ -58,7 +58,7 @@ a0 | b0 | c0
a1 | b1 | c1
a2 | b2 | c2
```
Layer La has weights a0, at and a2.
Layer La has weights a0, a1 and a2.

If we have 3 GPUs, the Sharded DDP (= Zero-DP) splits the model onto 3 GPUs like so:

Expand Down

0 comments on commit 180c6de

Please sign in to comment.