Skip to content

Commit

Permalink
Remove extra ppo_epochs arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lekurile committed Aug 17, 2023
1 parent 82959d4 commit 13c73de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ deepspeed --num_gpus 1 main.py \
--ppo_epochs 1 \
--max_answer_seq_len 256 \
--max_prompt_seq_len 256 \
--ppo_epochs 1 \
--actor_learning_rate ${Actor_Lr} \
--critic_learning_rate ${Critic_Lr} \
--num_train_epochs 1 \
Expand Down

0 comments on commit 13c73de

Please sign in to comment.