Skip to content

Commit 3b1df98

Browse files
committed
update path to model
1 parent b273e37 commit 3b1df98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/grpo_trainer/run_qwen2-7b_verif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python3 -m verl.trainer.main_ppo \
1717
data.max_response_length=4096 \
1818
data.filter_overlong_prompts=True \
1919
data.truncation='error' \
20-
actor_rollout_ref.model.path=/mnt/ph/MODELS/DeepSeek-R1-Distill-Qwen-7B \
20+
actor_rollout_ref.model.path=DeepSeek-R1-Distill-Qwen-7B \
2121
actor_rollout_ref.actor.optim.lr=1e-6 \
2222
actor_rollout_ref.model.use_remove_padding=True \
2323
actor_rollout_ref.actor.ppo_mini_batch_size=32 \

examples/grpo_trainer/run_tulu3-8b_verif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python3 -m verl.trainer.main_ppo \
1717
data.max_response_length=4096 \
1818
data.filter_overlong_prompts=True \
1919
data.truncation='error' \
20-
actor_rollout_ref.model.path=/mnt/ph/MODELS/Llama-3.1-Tulu-3-8B-SFT \
20+
actor_rollout_ref.model.path=Llama-3.1-Tulu-3-8B-SFT \
2121
actor_rollout_ref.actor.optim.lr=1e-6 \
2222
actor_rollout_ref.model.use_remove_padding=True \
2323
actor_rollout_ref.actor.ppo_mini_batch_size=32 \

0 commit comments

Comments
 (0)