".github/vscode:/vscode.git/clone" did not exist on "bb4d605dfc86421e7f0eb432cb3cb3ff92c494c3"
Commit 6e744e77 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 398f16e0
......@@ -32,8 +32,9 @@ git clone -b ds-v0.12.3-rocm http://developer.hpccube.com/codes/aicomponent/deep
```
- 编译deepspeed:
```
1. 设置环境变量
1. 安装依赖及设置环境变量
cd deepspeed
pip install -r requirements/requirements-dev.txt
source /opt/dtk/env.sh
export BUILD_ROOT=`pwd`
echo $BUILD_ROOT
......@@ -58,10 +59,11 @@ pip3 install ./dist/deepspeed*.whl
## 验证
- python -c "import deepspeed; print(deepspeed.\_\_version__)",查询软件版本,版本号与官方版本同步;
- 0.12.3
- python -c "import deepspeed; print(deepspeed.\_\_dcu_version__)",查询基于dcu的内部版本号;
- 0.12.3+gitfe61783.abi0.dtk2310.torch1.13.1
## Known Issue
-
- 当出现编译错误时,可使用命令 find . -name "*hip*" | xargs rm -rf 清一下生成的hip文件,重新编译
## 参考资料
- [README_ORIGIN](README_ORIGIN.md)
......
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