Commit ca8e3101 authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent 546a3744
# <div align="center"><strong>Colossal-AI</strong></div> # <div align="center"><strong>Colossal-AI</strong></div>
## 简介 ## 简介
Colossal-AI提供了一系列并行组件,主要提供以下功能:提供用户友好的工具,支持编写分布式深度学习模型,只需几行即可启动分布式训练和推理。Colossal-AI官方github地址:[https://github.com/hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI) Colossal-AI提供了一系列并行组件,主要提供以下功能:提供用户友好的工具,支持编写分布式深度学习模型,只需几行即可启动分布式训练和推理。
## 安装 ## 安装
Colossal-AI支持 Colossal-AI支持
...@@ -44,18 +44,19 @@ pip install dist/colossalai* ...@@ -44,18 +44,19 @@ pip install dist/colossalai*
python3 setup.py install python3 setup.py install
``` ```
## 版本号查询 ## 注意事项
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 验证
- python -c "import colossalai; print(colossalai.\_\_version__)",版本号与官方版本同步,查询该软件的版本号,例如0.1.13; - python -c "import colossalai; print(colossalai.\_\_version__)",版本号与官方版本同步,查询该软件的版本号,例如0.1.13;
## Known Issue ## Known Issue
- -
## Note
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 参考 ## 参考
- [README_ORIGIN](README_ORIGIN.md) - [README_ORIGIN](README_ORIGIN.md)
- [README_zh-Hans](README_zh-Hans.md) - [README_zh-Hans](README_zh-Hans.md)
- [https://github.com/hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)
......
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