Utoljára aktív 1728779694

Revízió e818effee2db8f121166ef3f0de54dbd6994bd1a

Colossal-AI-readme-7.sh Eredeti
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 .