From 77cba1b93e4ebd6e3b398d2279dd8273dc22bb18 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Thu, 16 Mar 2023 17:52:08 +0800 Subject: [PATCH 1/3] [doc] update contribution guide --- README-zh-Hans.md | 9 ++++++++- README.md | 9 +++++++-- applications/ChatGPT/README.md | 10 +++++----- examples/README.md | 12 ++++++++++++ examples/images/diffusion/README.md | 13 +++++++++++++ examples/images/dreambooth/README.md | 13 +++++++++++++ 6 files changed, 58 insertions(+), 8 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 283cc27cb9c2..840056ef0bd9 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -11,6 +11,7 @@ 论坛 | 博客 + [![GitHub Repo stars](https://img.shields.io/github/stars/hpcaitech/ColossalAI?style=social)](https://github.com/hpcaitech/ColossalAI/stargazers) [![Build](https://github.com/hpcaitech/ColossalAI/actions/workflows/build_on_schedule.yml/badge.svg)](https://github.com/hpcaitech/ColossalAI/actions/workflows/build_on_schedule.yml) [![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest) [![CodeFactor](https://www.codefactor.io/repository/github/hpcaitech/colossalai/badge)](https://www.codefactor.io/repository/github/hpcaitech/colossalai) @@ -375,7 +376,13 @@ docker run -ti --gpus all --rm --ipc=host colossalai bash ## 做出贡献 -欢迎为该项目做出贡献,请参阅[贡献指南](./CONTRIBUTING.md)。 +参考社区的成功案例,如 [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion) 等, +无论是个人开发者,还是算力、数据、模型等可能合作方,都欢迎参与参与共建 Colossal-AI 社区,拥抱大模型时代! + +您可通过以下方式联系或参与: +1. [留下Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) 展现你的喜爱和支持,非常感谢! +2. 发布 [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), 或者在GitHub根据[贡献指南](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 提交一个 [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 。 +3. 发送你的正式合作提案到 contact@hpcaitech.com 真诚感谢所有贡献者! diff --git a/README.md b/README.md index 602193f76def..f4d7f7f6b2c3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Forum | Blog + [![GitHub Repo stars](https://img.shields.io/github/stars/hpcaitech/ColossalAI?style=social)](https://github.com/hpcaitech/ColossalAI/stargazers) [![Build](https://github.com/hpcaitech/ColossalAI/actions/workflows/build_on_schedule.yml/badge.svg)](https://github.com/hpcaitech/ColossalAI/actions/workflows/build_on_schedule.yml) [![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest) [![CodeFactor](https://www.codefactor.io/repository/github/hpcaitech/colossalai/badge)](https://www.codefactor.io/repository/github/hpcaitech/colossalai) @@ -374,9 +375,13 @@ Join the Colossal-AI community on [Forum](https://github.com/hpcaitech/ColossalA [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your suggestions, feedback, and questions with our engineering team. -## Contributing +## Invitation to open-source contribution +Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! -If you wish to contribute to this project, please follow the guideline in [Contributing](./CONTRIBUTING.md). +You may contact us or participate in the following ways: +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) +3. Send your official proposal to email contact@hpcaitech.com Thanks so much to all of our amazing contributors! diff --git a/applications/ChatGPT/README.md b/applications/ChatGPT/README.md index 23c6aa3726ce..c44309c4777e 100644 --- a/applications/ChatGPT/README.md +++ b/applications/ChatGPT/README.md @@ -156,15 +156,15 @@ You will find our progress in github project broad [Open ChatGPT](https://github.com/orgs/hpcaitech/projects/17/views/1) ## Invitation to open-source contribution -Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build an ecosystem with Colossal-AI, making efforts towards the era of big AI models from the starting point of replicating ChatGPT! +Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models from the starting point of replicating ChatGPT! You may contact us or participate in the following ways: -1. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose) or submitting a [PR](https://github.com/hpcaitech/ColossalAI/pulls) on GitHub -2. Join the Colossal-AI community on +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. -3. Check out and fill in the [cooperation proposal](https://www.hpc-ai.tech/partners) -4. Send your proposal to email contact@hpcaitech.com +4. Send your official proposal to email contact@hpcaitech.com Thanks so much to all of our amazing contributors! diff --git a/examples/README.md b/examples/README.md index 78facea5406d..1180a06ea462 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,6 +24,18 @@ This folder provides several examples accelerated by Colossal-AI. The `tutorial` └─ ... └─ ... ``` +## Invitation to open-source contribution +Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! + +You may contact us or participate in the following ways: +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +3. Join the Colossal-AI community on +[Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), +and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. +4. Send your official proposal to email contact@hpcaitech.com + +Thanks so much to all of our amazing contributors! ## Integrate Your Example With Testing diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index ff468f4f4acc..4d6dc380468d 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -237,6 +237,19 @@ optional arguments: evaluate at this precision ``` +## Invitation to open-source contribution +Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! + +You may contact us or participate in the following ways: +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +3. Join the Colossal-AI community on +[Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), +and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. +4. Send your official proposal to email contact@hpcaitech.com + +Thanks so much to all of our amazing contributors! + ## Comments - Our codebase for the diffusion models builds heavily on [OpenAI's ADM codebase](https://github.com/openai/guided-diffusion) diff --git a/examples/images/dreambooth/README.md b/examples/images/dreambooth/README.md index 83b7e4c06d54..a1b84a52f9b6 100644 --- a/examples/images/dreambooth/README.md +++ b/examples/images/dreambooth/README.md @@ -105,3 +105,16 @@ image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5).images[0] image.save("dog-bucket.png") ``` + +## Invitation to open-source contribution +Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! + +You may contact us or participate in the following ways: +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +3. Join the Colossal-AI community on +[Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), +and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. +4. Send your official proposal to email contact@hpcaitech.com + +Thanks so much to all of our amazing contributors! \ No newline at end of file From 7db73d4f86d7fd030035712cbf5d2cb5b3b4c2fc Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Thu, 16 Mar 2023 18:13:42 +0800 Subject: [PATCH 2/3] [doc] update contribution guide --- README-zh-Hans.md | 2 +- README.md | 2 +- applications/ChatGPT/README.md | 2 +- examples/README.md | 2 +- examples/images/diffusion/README.md | 2 +- examples/images/dreambooth/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 840056ef0bd9..de8b69bb645b 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -381,7 +381,7 @@ docker run -ti --gpus all --rm --ipc=host colossalai bash 您可通过以下方式联系或参与: 1. [留下Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) 展现你的喜爱和支持,非常感谢! -2. 发布 [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), 或者在GitHub根据[贡献指南](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 提交一个 [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 。 +2. 发布 [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), 或者在GitHub根据[贡献指南](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 提交一个 PR。 3. 发送你的正式合作提案到 contact@hpcaitech.com 真诚感谢所有贡献者! diff --git a/README.md b/README.md index f4d7f7f6b2c3..c74da95df95b 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.c You may contact us or participate in the following ways: 1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! -2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 3. Send your official proposal to email contact@hpcaitech.com Thanks so much to all of our amazing contributors! diff --git a/applications/ChatGPT/README.md b/applications/ChatGPT/README.md index c44309c4777e..ba5fd44f941b 100644 --- a/applications/ChatGPT/README.md +++ b/applications/ChatGPT/README.md @@ -160,7 +160,7 @@ Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.c You may contact us or participate in the following ways: 1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! -2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. diff --git a/examples/README.md b/examples/README.md index 1180a06ea462..7dc886dad993 100644 --- a/examples/README.md +++ b/examples/README.md @@ -29,7 +29,7 @@ Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.c You may contact us or participate in the following ways: 1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! -2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 4d6dc380468d..6ff9848d80bc 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -242,7 +242,7 @@ Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.c You may contact us or participate in the following ways: 1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! -2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. diff --git a/examples/images/dreambooth/README.md b/examples/images/dreambooth/README.md index a1b84a52f9b6..3c05dd69b4d7 100644 --- a/examples/images/dreambooth/README.md +++ b/examples/images/dreambooth/README.md @@ -111,7 +111,7 @@ Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.c You may contact us or participate in the following ways: 1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! -2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a [PR](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). +2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. From 6ee49608234f010a905c7ae885653edfbed6fd09 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Thu, 16 Mar 2023 19:56:00 +0800 Subject: [PATCH 3/3] [doc] add community contribution guide --- README-zh-Hans.md | 6 +++--- README.md | 2 +- applications/ChatGPT/README.md | 2 +- examples/README.md | 2 +- examples/images/diffusion/README.md | 2 +- examples/images/dreambooth/README.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index de8b69bb645b..81c45abfd833 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -376,12 +376,12 @@ docker run -ti --gpus all --rm --ipc=host colossalai bash ## 做出贡献 -参考社区的成功案例,如 [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion) 等, +参考社区的成功案例,如 [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion) 等, 无论是个人开发者,还是算力、数据、模型等可能合作方,都欢迎参与参与共建 Colossal-AI 社区,拥抱大模型时代! 您可通过以下方式联系或参与: -1. [留下Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) 展现你的喜爱和支持,非常感谢! -2. 发布 [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), 或者在GitHub根据[贡献指南](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 提交一个 PR。 +1. [留下Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) 展现你的喜爱和支持,非常感谢! +2. 发布 [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), 或者在GitHub根据[贡献指南](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 提交一个 PR。 3. 发送你的正式合作提案到 contact@hpcaitech.com 真诚感谢所有贡献者! diff --git a/README.md b/README.md index c74da95df95b..3b55649b44bb 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/m Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! You may contact us or participate in the following ways: -1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! 2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md) 3. Send your official proposal to email contact@hpcaitech.com diff --git a/applications/ChatGPT/README.md b/applications/ChatGPT/README.md index ba5fd44f941b..206ede5f1843 100644 --- a/applications/ChatGPT/README.md +++ b/applications/ChatGPT/README.md @@ -159,7 +159,7 @@ You will find our progress in github project broad Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models from the starting point of replicating ChatGPT! You may contact us or participate in the following ways: -1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! 2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), diff --git a/examples/README.md b/examples/README.md index 7dc886dad993..710ced101768 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,7 +28,7 @@ This folder provides several examples accelerated by Colossal-AI. The `tutorial` Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! You may contact us or participate in the following ways: -1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! 2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 6ff9848d80bc..2a99094b703a 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -241,7 +241,7 @@ optional arguments: Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! You may contact us or participate in the following ways: -1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! 2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), diff --git a/examples/images/dreambooth/README.md b/examples/images/dreambooth/README.md index 3c05dd69b4d7..14ed66c8d45b 100644 --- a/examples/images/dreambooth/README.md +++ b/examples/images/dreambooth/README.md @@ -110,11 +110,11 @@ image.save("dog-bucket.png") Referring to the successful attempts of [BLOOM](https://bigscience.huggingface.co/) and [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), any and all developers and partners with computing powers, datasets, models are welcome to join and build the Colossal-AI community, making efforts towards the era of big AI models! You may contact us or participate in the following ways: -1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! +1. [Leaving a Star ⭐](https://github.com/hpcaitech/ColossalAI/stargazers) to show your like and support. Thanks! 2. Posting an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose), or submitting a PR on GitHub follow the guideline in [Contributing](https://github.com/hpcaitech/ColossalAI/blob/main/CONTRIBUTING.md). 3. Join the Colossal-AI community on [Slack](https://join.slack.com/t/colossalaiworkspace/shared_invite/zt-z7b26eeb-CBp7jouvu~r0~lcFzX832w), and [WeChat(微信)](https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/WeChat.png "qrcode") to share your ideas. 4. Send your official proposal to email contact@hpcaitech.com -Thanks so much to all of our amazing contributors! \ No newline at end of file +Thanks so much to all of our amazing contributors!