|
|
@ -8,6 +8,7 @@ |
|
|
|
<a href="https://github.com/hpcaitech/ColossalAI-Examples"> Examples </a> | |
|
|
|
<a href="https://github.com/hpcaitech/ColossalAI-Examples"> Examples </a> | |
|
|
|
<a href="https://github.com/hpcaitech/ColossalAI/discussions"> Forum </a> | |
|
|
|
<a href="https://github.com/hpcaitech/ColossalAI/discussions"> Forum </a> | |
|
|
|
<a href="https://medium.com/@hpcaitech"> Blog </a></h3> |
|
|
|
<a href="https://medium.com/@hpcaitech"> Blog </a></h3> |
|
|
|
|
|
|
|
<br/> |
|
|
|
|
|
|
|
|
|
|
|
[![Build](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml/badge.svg)](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml) |
|
|
|
[![Build](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml/badge.svg)](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml) |
|
|
|
[![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest) |
|
|
|
[![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest) |
|
|
@ -69,6 +70,11 @@ Run the following command to start the docker container in interactive mode. |
|
|
|
docker run -ti --gpus all --rm --ipc=host colossalai bash |
|
|
|
docker run -ti --gpus all --rm --ipc=host colossalai bash |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Contributing |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you wish to contribute to this project, you can follow the guideline in [Contributing](./CONTRIBUTING.md) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Quick View |
|
|
|
## Quick View |
|
|
|
|
|
|
|
|
|
|
|
### Start Distributed Training in Lines |
|
|
|
### Start Distributed Training in Lines |
|
|
|