Skip to content

Commit

Permalink
no need to stop ray
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 3, 2025
1 parent 3a62eb8 commit b70ff8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e_gsm8k_megatron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
run: |
ray stop --force
python3 examples/data_preprocess/gsm8k.py
- name: Running gsm8k e2e training tests on 8 L20 GPUs with rmpad using function rm
- name: Running gsm8k e2e training tests on 8 L20 GPUs with Megatron
run: |
ray stop --force
[ ! -d "$HOME/Megatron-LM" ] && gitgit clone -b core_v0.4.0_verl https://github.com/eric-haibin-lin/Megatron-LM $HOME/Megatron-LM
export PYTHONPATH=$PYTHONPATH:$HOME/Megatron-LM
bash tests/e2e/run_deepseek_megatron.sh

0 comments on commit b70ff8f

Please sign in to comment.