Skip to content

Commit

Permalink
[doc] Fix typo (#5361)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiaoer authored Feb 19, 2024
1 parent 7303801 commit 69e3ad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/zh-Hans/features/1D_tensor_parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
当第二个线性层 $Z=YB$ 跟随上述列并行层的时候, 我们把 $B$ 划分为
$$
\left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
```
这就是所谓的行并行方式.
$$

这就是所谓的行并行方式.
为了计算
$$
Z = [Y_1 ~ Y_2] \left[\begin{matrix} B_1 \\ B_2 \end{matrix} \right]
Expand Down

0 comments on commit 69e3ad0

Please sign in to comment.