"vscode:/vscode.git/clone" did not exist on "8d646f229440999f8c20bf8cbaf016dc4b35441d"
Commit 0704c145 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 6e744e77
......@@ -58,12 +58,10 @@ pip3 install ./dist/deepspeed*.whl
+ ROCM_PATH为dtk的路径,默认为/opt/dtk
## 验证
- python -c "import deepspeed; print(deepspeed.\_\_version__)",查询软件版本,版本号与官方版本同步;
- 0.12.3
- 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文件,重新编译
- 当出现编译错误时,可使用命令 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