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

Enhancing checkpoint support for transformer type of workloads #248

Open
zhenghh04 opened this issue Feb 5, 2025 · 0 comments
Open

Enhancing checkpoint support for transformer type of workloads #248

zhenghh04 opened this issue Feb 5, 2025 · 0 comments

Comments

@zhenghh04
Copy link
Member

Currently, when people want to do checkpointing write for transformer type workloads, one has to input the layer_parameters and optimization groups. All these parameters actually can be derived from the higher level parameters such as hidden dimension, ffn size, vocab_size, etc. Asking users to directly input layer_parameters and optimization groups in the configure file is not so good. We can hide all the lower level details here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant