From eb808cf9fecae7aa8aae8b608c165bf5995e71c1 Mon Sep 17 00:00:00 2001 From: huafengchun Date: Thu, 18 Jul 2024 14:09:29 +0800 Subject: [PATCH] add link for deepspeed --- index.rst | 6 +++--- sources/pytorch/install.rst | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst index 8b11388..d1f06a3 100644 --- a/index.rst +++ b/index.rst @@ -108,11 +108,11 @@
- 官方链接 + 官方链接 | - 安装指南 + 安装指南 | - 快速上手 + 快速上手
diff --git a/sources/pytorch/install.rst b/sources/pytorch/install.rst index cbb8211..678ac3f 100644 --- a/sources/pytorch/install.rst +++ b/sources/pytorch/install.rst @@ -117,3 +117,5 @@ z = x.mm(y) print(z) + +程序能够成功打印矩阵Z的值即为安装成功。