File tree Expand file tree Collapse file tree 2 files changed +133
-23
lines changed Expand file tree Collapse file tree 2 files changed +133
-23
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ apo = [
3030# It's not recommended to use agentlightning[verl] to install VERL and its dependencies.
3131# though it's listed here for completeness.
3232verl = [
33- " verl>=0.5.0,<0.6.0 " ,
34- " vllm>=0.8.4,<0.11.0 " ,
33+ " verl>=0.5.0" ,
34+ " vllm>=0.8.4" ,
3535]
3636
3737[project .scripts ]
@@ -112,12 +112,14 @@ torch-gpu-stable = [
112112 {include-group = " torch-cu128" },
113113 " flash-attn>=2.8.3" ,
114114 " tensordict>=0.9.1" ,
115+ " verl>=0.6.0" ,
115116]
116117# Use this instead of --group torch-legacy --group torch-gpu
117118torch-gpu-legacy = [
118119 {include-group = " torch-legacy" },
119120 {include-group = " torch-cu128" },
120121 " flash-attn==2.8.1" ,
122+ " verl==0.5.0" ,
121123]
122124
123125# For the TRL/Unsloth example.
You can’t perform that action at this time.
0 commit comments