update readme (#168)

pull/171/head
Frank Lee 2022-01-20 13:26:38 +08:00 committed by GitHub
parent 9684bdce5c
commit a2e649da39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 6 deletions

View File

@ -12,12 +12,6 @@ An integrated large-scale model training system with efficient parallelization t
## Installation
### PyPI
```bash
pip install colossalai
```
### Install From Source (Recommended)
> We **recommend** you to install from source as the Colossal-AI is updating frequently in the early versions. The documentation will be in line with the main branch of the repository. Feel free to raise an issue if you encounter any problem. :)
@ -38,6 +32,17 @@ Install and enable CUDA kernel fusion (compulsory installation when using fused
pip install -v --no-cache-dir --global-option="--cuda_ext" .
```
### PyPI
```bash
pip install colossalai
```
## Documentation
- [Documentation](https://www.colossalai.org/)
## Use Docker
Run the following command to build a docker image from Dockerfile provided.