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
6e744e77
".github/vscode:/vscode.git/clone" did not exist on "bb4d605dfc86421e7f0eb432cb3cb3ff92c494c3"
Commit
6e744e77
authored
Jan 21, 2024
by
dcuai
Browse files
Update README.md
parent
398f16e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
6e744e77
...
...
@@ -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
)
...
...
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