mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 19:55:29 +00:00
updated readme and change log (#224)
This commit is contained in:
parent
578ea0583b
commit
eb3fda4c28
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased] v0.0.2 | 2022-02
|
## v0.0.2 | 2022-02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- refactored utilities for tensor parallel and pipeline parallel
|
- refactored utilities for tensor parallel and pipeline parallel
|
||||||
- Separated benchmarks and examples as independent repositories
|
- Separated benchmarks and examples as independent repositories
|
||||||
- Updated pipeline parallelism to support non-interleaved and interleaved versions
|
- Updated pipeline parallelism to support non-interleaved and interleaved versions
|
||||||
|
- refactored installation scripts for convenience
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -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/>
|
||||||
|
|
||||||
[](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml)
|
[](https://github.com/hpcaitech/ColossalAI/actions/workflows/PR_CI.yml)
|
||||||
[](https://colossalai.readthedocs.io/en/latest/?badge=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
|
||||||
|
Loading…
Reference in New Issue
Block a user