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
d275b98b
Commit
d275b98b
authored
Mar 04, 2022
by
binmakeswell
Committed by
Frank Lee
Mar 11, 2022
Browse files
add badge and contributor list
parent
a3269de5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
11 deletions
+33
-11
README-zh-Hans.md
README-zh-Hans.md
+15
-5
README.md
README.md
+18
-6
No files found.
README-zh-Hans.md
View file @
d275b98b
...
...
@@ -13,6 +13,8 @@
[

](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml)
[

](https://colossalai.readthedocs.io/en/latest/?badge=latest)
[

](https://codebeat.co/projects/github-com-hpcaitech-colossalai-main)
[

](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w)
[

](./docs/images/WeChat.png)
|
[
English
](
README.md
)
|
[
中文
](
README-zh-Hans.md
)
|
</div>
...
...
@@ -110,10 +112,23 @@ docker build -t colossalai ./docker
docker run
-ti
--gpus
all
--rm
--ipc
=
host colossalai bash
```
## 社区
欢迎通过
[
论坛
](
https://github.com/hpcaitech/ColossalAI/discussions
)
,
[
Slack
](
https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w
)
,
或
[
微信
](
./docs/images/WeChat.png
"qrcode"
)
加入Colossal-AI社区,与我们分享你的建议和问题。
## 做出贡献
欢迎为该项目做出贡献,请参阅
[
贡献指南
](
./CONTRIBUTING.md
)
。
真诚感谢所有贡献者!
<a
href=
"https://github.com/hpcaitech/ColossalAI/graphs/contributors"
><img
src=
"https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/contributor_avatar.png"
width=
"800px"
></a>
*贡献者头像的展示顺序是随机的。*
## 快速预览
...
...
@@ -195,11 +210,6 @@ class MLP_2D(nn.Module):
```
## 社区
欢迎通过
[
论坛
](
https://github.com/hpcaitech/ColossalAI/discussions
)
[
Slack
](
https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w
)
或
[
微信
](
./docs/images/WeChat.png
"qrcode"
)
加入Colossal-AI社区,与我们分享你的建议和问题。
## 引用
...
...
README.md
View file @
d275b98b
...
...
@@ -13,6 +13,8 @@
[

](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml)
[

](https://colossalai.readthedocs.io/en/latest/?badge=latest)
[

](https://codebeat.co/projects/github-com-hpcaitech-colossalai-main)
[

](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w)
[

](./docs/images/WeChat.png)
|
[
English
](
README.md
)
|
[
中文
](
README-zh-Hans.md
)
|
</div>
...
...
@@ -99,6 +101,7 @@ If you don't want to install and enable CUDA kernel fusion (compulsory installat
pip
install
--global-option
=
"--no_cuda_ext"
.
```
## Use Docker
Run the following command to build a docker image from Dockerfile provided.
...
...
@@ -114,10 +117,24 @@ Run the following command to start the docker container in interactive mode.
docker run
-ti
--gpus
all
--rm
--ipc
=
host colossalai bash
```
## Community
Join the Colossal-AI community on
[
Forum
](
https://github.com/hpcaitech/ColossalAI/discussions
)
,
[
Slack
](
https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w
)
,
and
[
WeChat
](
./docs/images/WeChat.png
"qrcode"
)
to share your suggestions, advice, and questions with our engineering team.
## Contributing
If you wish to contribute to this project, you can follow the guideline in
[
Contributing
](
./CONTRIBUTING.md
)
If you wish to contribute to this project, please follow the guideline in
[
Contributing
](
./CONTRIBUTING.md
)
.
Thanks so much to all of our amazing contributors!
<a
href=
"https://github.com/hpcaitech/ColossalAI/graphs/contributors"
><img
src=
"https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/contributor_avatar.png"
width=
"800px"
></a>
*The order of contributor avatars is randomly shuffled.*
## Quick View
...
...
@@ -201,11 +218,6 @@ class MLP_2D(nn.Module):
```
## Community
Join the Colossal-AI community on
[
Forum
](
https://github.com/hpcaitech/ColossalAI/discussions
)
,
[
Slack
](
https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w
)
,
and
[
WeChat
](
./docs/images/WeChat.png
"qrcode"
)
to share your suggestions, advice, and questions with our engineering team.
## Cite Us
...
...
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