Skip to content

Commit

Permalink
updated readme and change log (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee committed Feb 15, 2022
1 parent 578ea05 commit eb3fda4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased] v0.0.2 | 2022-02
## v0.0.2 | 2022-02

### Added

Expand All @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- refactored utilities for tensor parallel and pipeline parallel
- Separated benchmarks and examples as independent repositories
- Updated pipeline parallelism to support non-interleaved and interleaved versions
- refactored installation scripts for convenience

### Fixed

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<a href="https://www.colossalai.org/"> Documentation </a> |
<a href="https://github.com/hpcaitech/ColossalAI-Examples"> Examples </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)
[![Documentation](https://readthedocs.org/projects/colossalai/badge/?version=latest)](https://colossalai.readthedocs.io/en/latest/?badge=latest)
[![codebeat badge](https://codebeat.co/badges/bfe8f98b-5d61-4256-8ad2-ccd34d9cc156)](https://codebeat.co/projects/github-com-hpcaitech-colossalai-main)
Expand Down Expand Up @@ -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
```

## Contributing

If you wish to contribute to this project, you can follow the guideline in [Contributing](./CONTRIBUTING.md)


## Quick View

### Start Distributed Training in Lines
Expand Down

0 comments on commit eb3fda4

Please sign in to comment.