mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 18:40:28 +00:00
[devops] fix extention building (#5427)
This commit is contained in:
@@ -42,7 +42,7 @@ pip install -r requirements/requirements.txt
|
||||
BUILD_EXT=1 pip install .
|
||||
```
|
||||
|
||||
If you don't want to install and enable CUDA kernel fusion (compulsory installation when using fused optimizer), just don't specify the `CUDA_EXT`:
|
||||
If you don't want to install and enable CUDA kernel fusion (compulsory installation when using fused optimizer), just don't specify the `BUILD_EXT`:
|
||||
|
||||
```shell
|
||||
pip install .
|
||||
|
Reference in New Issue
Block a user