Skip to content

Commit ac6edb0

Browse files
authored
Update docs/proposals/ONNXMultiDeviceProposal.md
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 485c235 commit ac6edb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/ONNXMultiDeviceProposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Note that the above examples assume that the num_shards are evenly divisible int
129129

130130
#### Sharding as a Broadcast
131131

132-
There may be cases where data in a tensor must be duplicated across multiple devices to ensure that operations stay functionaly correct.
132+
There may be cases where data in a tensor must be duplicated across multiple devices to ensure that operations stay functionally correct.
133133

134134
For example consider replicating the same 2x2 tensor across two devices. We can do so by providing the following ShardingSpecProto:
135135

0 commit comments

Comments
 (0)