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

[LLM-paddle] add llama1-7b pretrain with callback #239

Merged
merged 15 commits into from
Sep 28, 2023
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'flagperf/main' into callback
  • Loading branch information
DrownFish19 committed Sep 27, 2023
commit dc0b43902dbdaa7d0eb6e7dc0284ca77d96f44e1
4 changes: 3 additions & 1 deletion training/run_benchmarks/config/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@

# "transformer:pytorch_1.13:A100:1:8:1": "/raid/home_datasets_ckpt/transformer/train/",
# "swin_transformer:pytorch_1.8:A100:1:8:1": "/raid/dataset/ImageNet_1k_2012/",
# "llama1_7B:paddle_2.5.1:A100:1:8:1": "/home/dataset/llama1_7B/"
# "transformer_xl:pytorch_1.8:A100:1:8:1": "/raid/dataset/transformer_xl/",
# "t5_small:pytorch_1.8:A100:1:8:1": "/home/datasets_ckpt/t5_small_train",
# "gpt2:pytorch_1.12:A100:1:8:1": "/raid/dataset/gpt2",
}
You are viewing a condensed version of this merge commit. You can view the full changes here.