Skip to content

Commit c5bd863

Browse files
committed
test with verl 0.6.0
1 parent 90db3cc commit c5bd863

File tree

2 files changed

+133
-23
lines changed

2 files changed

+133
-23
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3232
verl = [
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
117118
torch-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.

0 commit comments

Comments
 (0)