Commit 398f16e0 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent ac441b9f
# <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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment