-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
软件环境
- paddlepaddle:
- paddlepaddle-gpu: 3.1.0
- paddlenlp:
重复问题
- I have searched the existing issues
错误描述
安装paddlenlp RL的环境失败,按照readme中进行安装,不管paddlepaddle-gpu是3.1.0还是3.0.0都无法成功安装paddlenlp_ops。
稳定复现步骤 & 代码
conda create -n rl python=3.10 -y
python3 -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
pip install -r requirement.txt
cd csrc
python setup_cuda.py install
paddlepaddle-gpu=3.0.0时报错
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working