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
eb3fda4c
Commit
eb3fda4c
authored
Feb 14, 2022
by
Frank Lee
Browse files
updated readme and change log (#224)
parent
578ea058
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
CHANGE_LOG.md
CHANGE_LOG.md
+2
-1
README.md
README.md
+8
-2
No files found.
CHANGE_LOG.md
View file @
eb3fda4c
...
@@ -2,7 +2,7 @@
...
@@ -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.
...
@@ -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
...
...
README.md
View file @
eb3fda4c
...
@@ -8,6 +8,7 @@
...
@@ -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.
...
@@ -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
...
...
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