Skip to content

Commit

Permalink
revert yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles9304 committed Dec 26, 2024
1 parent 3351522 commit 71a3e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/megatron/scripts/train_rlhf_llama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ num_gpu=${num_gpu} \
data_path=${DATASET_PATH} \
eval_data_path=${EVAL_DATASET_PATH} \
sample_per_episode=${sample_per_episode} \
python entry/train_rlhf.py -c $configs 2>&1 | tee -a ${log_file} ; exit ${PIPESTATUS[0]}
python entry/train_rlhf.py -c $configs 2>&1 | tee -a ${log_file} ; exit ${PIPESTATUS[0]}
2 changes: 1 addition & 1 deletion examples/megatron/tests/test_unbalanced_param_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ num_episode=${num_ppo_episode:-0} \
data_path=${DATASET_PATH} \
eval_data_path=${EVAL_DATASET_PATH} \
sample_per_episode=${sample_per_episode} \
python tests/test_unbalanced_param_sync.py -c $config_file 2>&1 | tee ${output_dir}/log_${RANK}.log ; exit ${PIPESTATUS[0]}
python tests/test_unbalanced_param_sync.py -c $config_file 2>&1 | tee ${output_dir}/log_${RANK}.log ; exit ${PIPESTATUS[0]}

0 comments on commit 71a3e59

Please sign in to comment.