-
Notifications
You must be signed in to change notification settings - Fork 140
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
[FP8 Training] End-to-end FP8 Training #70
Open
xrsrke
wants to merge
169
commits into
main
Choose a base branch
from
xrsrke/fp8-end-to-end
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you very much for the information. And thank you also for your contribution to FP8 Training. It seems that FP8 training is not an easy task. I will follow your commit and Twitter thread to try it out. Again, it's a great work! :) |
…instead of cast to fp8 for storage
…p801a1_with_not_quant_first_and_last_config_but_after_fix_the_name_of_gate_up_proj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1bit bfloat16 baseline config: https://github.com/huggingface/nanotron/blob/xrsrke/fp8-end-to-end/examples/fp8/ablations/configs/200m/exp54c_baseline.yaml
1b fp8, 1st mom in fp8, and 2nd mom in fp32: https://github.com/huggingface/nanotron/blob/xrsrke/fp8-end-to-end/examples/fp8/ablations/configs/200m/exp202c_like_exp54c_200m_kfloat16_mw_and_1stmom_fp8e4m3_with_correct_std_init.yaml
1b fp8 with both momentum in fp8: https://github.com/huggingface/nanotron/blob/xrsrke/fp8-end-to-end/examples/fp8/ablations/configs/200m/exp224a4_like_exp202c_but_adam_eps_1.0e-7_and_2ndmom_fp8e4m3_and_csfm_gamma_0_zeta_1.01.yaml