File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments