Skip to content

Commit

Permalink
add link for deepspeed (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hipudding authored Jul 18, 2024
1 parent a5d0e80 commit 1959d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
</div>
<div class="flex-grow"></div>
<div class="flex space-x-4 text-blue-600">
<a href="#">官方链接</a>
<a href="https://github.com/microsoft/DeepSpeed">官方链接</a>
<span class="split">|</span>
<a href="#">安装指南</a>
<a href="sources/deepspeed/install.html">安装指南</a>
<span class="split">|</span>
<a href="#">快速上手</a>
<a href="sources/deepspeed/quick_start.html">快速上手</a>
</div>
</div>
<!-- Card 5 -->
Expand Down
2 changes: 2 additions & 0 deletions sources/pytorch/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@
z = x.mm(y)
print(z)
程序能够成功打印矩阵Z的值即为安装成功。

0 comments on commit 1959d53

Please sign in to comment.