-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
OptimizedLinear updates #5791
OptimizedLinear updates #5791
Conversation
I'm able to get both the |
I believe I've fixed our runners @jeffra - I'll monitor it today to be sure it gets merged. |
This is a refresh of of
OptimizedLinear
with the following features to improve performance and usability:all_gather_into_tensor
deepspeed.linear.Init
that allows injecting OptimizedLinear during model construction (similar to zero.Init)Builds on-top of @RezaYazdaniAminabadi's previous FP8 updates (#5764) to support dense model fp8 quantization.
Example usage of this to fine-tune llama-3.1-405B on a single node: https://github.com/Snowflake-Labs/snowflake-arctic/tree/main/training/llama3.1