最後活躍 1728779694

Colossal-AI-readme-7.sh 原始檔案
1# clone the repository
2git clone https://github.com/hpcaitech/ColossalAI.git
3cd ColossalAI
4
5# download the cub library
6wget https://github.com/NVIDIA/cub/archive/refs/tags/1.8.0.zip
7unzip 1.8.0.zip
8cp -r cub-1.8.0/cub/ colossalai/kernel/cuda_native/csrc/kernels/include/
9
10# install
11BUILD_EXT=1 pip install .