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
ColossalAI
Commits
ca8e3101
Commit
ca8e3101
authored
Dec 21, 2023
by
zhuwenwen
Browse files
update readme
parent
546a3744
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
ca8e3101
# <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
)
...
...
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