Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto Parallel] Support semi-auto trainer and fit Llama2 training #7885

Merged
merged 10 commits into from
Jan 31, 2024
2 changes: 1 addition & 1 deletion llm/llama/auto_parallel/run_auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ python -u -m paddle.distributed.launch \
--do_eval \
--device "gpu" \
--data_impl "mmap" \
--parallel_mode "auto"
--enable_auto_parallel 1

# --resume_from_checkpoint "output/llama_auto_serial/checkpoint-2" \
2 changes: 1 addition & 1 deletion llm/llama/auto_parallel/run_auto_sp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python -u -m paddle.distributed.launch \
--do_eval \
--device "gpu" \
--data_impl "mmap" \
--parallel_mode "auto" \
--enable_auto_parallel 1 \
--sequence_parallel true \

# --resume_from_checkpoint "output/llama_auto_serial/checkpoint-2" \
Loading
Loading