Skip to content

Commit 5f0f8f5

Browse files
committed
Bump verl to 0.5.0
1 parent 39c13e8 commit 5f0f8f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

06_gpu_and_ml/reinforcement-learning/grpo_verl.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
VERL_REPO_PATH: Path = Path("/root/verl")
3434
image = (
35-
modal.Image.from_registry("verlai/verl:app-verl0.4-vllm0.8.5-mcore0.12.1")
35+
modal.Image.from_registry("verlai/verl:app-verl0.5-vllm0.10.0-mcore0.13.0-te2.2")
3636
.apt_install("git")
37-
.run_commands(f"git clone https://github.com/volcengine/verl {VERL_REPO_PATH}")
38-
.pip_install("verl[vllm]==0.4.1")
37+
.run_commands(f"git clone https://github.com/volcengine/verl --branch v0.5.0 {VERL_REPO_PATH}")
38+
.pip_install(f"{VERL_REPO_PATH}[vllm]", extra_options="--no-deps")
3939
)
4040

4141
# ## Defining the dataset

0 commit comments

Comments
 (0)