# PaddleNLP 自定义 OP 此文档介绍如何编译安装 PaddleNLP 自定义 OP。 ## 安装 C++ 依赖 ```shell pip install -r requirements.txt ``` ## 编译 Cuda 算子 ```shell python setup_cuda.py install ```