From 6b12acf03fcd4c44f2320acd412ea3bcf02ef799 Mon Sep 17 00:00:00 2001 From: sunyi001 <1659275352@qq.com> Date: Thu, 21 Aug 2025 14:21:10 +0800 Subject: [PATCH] [PyTorch][built-in] fixed verison of pybind11 for verl --- PyTorch/built-in/rl/VeRL_for_PyTorch/requirements-npu.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PyTorch/built-in/rl/VeRL_for_PyTorch/requirements-npu.txt b/PyTorch/built-in/rl/VeRL_for_PyTorch/requirements-npu.txt index a01d1514a4..62d6db651a 100644 --- a/PyTorch/built-in/rl/VeRL_for_PyTorch/requirements-npu.txt +++ b/PyTorch/built-in/rl/VeRL_for_PyTorch/requirements-npu.txt @@ -15,4 +15,5 @@ tensordict<0.6 transformers>=4.51.0 mathruler torchdata -wandb \ No newline at end of file +wandb +pybind11==2.13.6 -- Gitee