mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-13 13:45:51 +00:00
[builder] correct readme (#2375)
* [example] add google doc for benchmark results of GPT * add tencet doc * [example] gpt, shard init on all processes * polish comments * polish code * [builder] update readme
This commit is contained in:
parent
a881d6d000
commit
c3d9e23277
@ -277,10 +277,11 @@ pip install -r requirements/requirements.txt
|
||||
pip install .
|
||||
```
|
||||
|
||||
If you don't want to install and enable CUDA kernel fusion (compulsory installation when using fused optimizer):
|
||||
By default, we do not compile CUDA/C++ kernels. ColossalAI will build them during runtime.
|
||||
If you want to install and enable CUDA kernel fusion (compulsory installation when using fused optimizer):
|
||||
|
||||
```shell
|
||||
NO_CUDA_EXT=1 pip install .
|
||||
CUDA_EXT=1 pip install .
|
||||
```
|
||||
|
||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||
|
Loading…
Reference in New Issue
Block a user