基础环境:centos7 + cuda10.2+cudnn7
显卡:Tesla V100
参考:https://github.com/NVIDIA/FasterTransformer/blob/main/docs/gpt_guide.md
1 C++编译准备
代码准备:
git clone https://github.com/NVIDIA/FasterTransformer.git
mkdir -p FasterTransformer/build
cd FasterTransformer/build
git submodule init && git submodule update
(1)安装cmake</