Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
398f16e0
Commit
398f16e0
authored
Jan 17, 2024
by
dcuai
Browse files
Update README.md
parent
ac441b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
398f16e0
# <div align="center"><strong>DeepSpeed</strong></div>
# <div align="center"><strong>DeepSpeed</strong></div>
## 简介
## 简介
DeepSpeed是一个深度学习优化库,使分布式训练和推理变的简单、高效和有效。
DeepSpeed官方github地址:
[
https://github.com/microsoft/DeepSpeed
](
https://github.com/microsoft/DeepSpeed
)
DeepSpeed是一个深度学习优化库,使分布式训练和推理变的简单、高效和有效。
## 安装
## 安装
...
@@ -51,18 +51,18 @@ DS_BUILD_EVOFORMER_ATTN=0 DS_BUILD_CUTLASS_OPS=0 DS_BUILD_OPS=1 HIP_PLATFORM_AMD
...
@@ -51,18 +51,18 @@ DS_BUILD_EVOFORMER_ATTN=0 DS_BUILD_CUTLASS_OPS=0 DS_BUILD_OPS=1 HIP_PLATFORM_AMD
3. 安装
3. 安装
pip3 install ./dist/deepspeed*.whl
pip3 install ./dist/deepspeed*.whl
```
```
### 注意事项
+
在使用23.10的dtk时,docker启动 -v /opt/hyhal:/opt/hyhal 这个变量不能少
+
若使用pip install下载安装过慢,可添加pypi清华源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
ROCM_PATH为dtk的路径,默认为/opt/dtk
##
版本号查询
##
验证
-
python -c "import deepspeed; print(deepspeed.
\_\_
version__)",查询软件版本,版本号与官方版本同步;
-
python -c "import deepspeed; print(deepspeed.
\_\_
version__)",查询软件版本,版本号与官方版本同步;
-
python -c "import deepspeed; print(deepspeed.
\_\_
dcu_version__)",查询基于dcu的内部版本号;
-
python -c "import deepspeed; print(deepspeed.
\_\_
dcu_version__)",查询基于dcu的内部版本号;
## Known Issue
## Known Issue
-
无
-
无
## Note
## 参考资料
+
若使用pip install下载安装过慢,可添加pypi清华源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
ROCM_PATH为dtk的路径,默认为/opt/dtk
## 其他参考
-
[
README_ORIGIN
](
README_ORIGIN.md
)
-
[
README_ORIGIN
](
README_ORIGIN.md
)
-
[
https://github.com/microsoft/DeepSpeed
](
https://github.com/microsoft/DeepSpeed
)
-
[
https://github.com/microsoft/DeepSpeed
](
https://github.com/microsoft/DeepSpeed
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment