-
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
Enables ZeRO-3 inference #1514
Merged
Merged
Enables ZeRO-3 inference #1514
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
jeffra
changed the title
Add support for no optimizer init for Z3
[WIP] Add support for no optimizer init for Z3
Nov 2, 2021
3 tasks
jeffra
requested review from
awan-10,
cli99,
conglongli,
eltonzheng,
minjiaz,
niumanar,
RezaYazdaniAminabadi,
samyam,
ShadenSmith and
tjruwase
as code owners
November 2, 2021 21:27
jeffra
changed the title
[WIP] Add support for no optimizer init for Z3
Allow ZeRO-3 to work without an optimizer
Nov 2, 2021
jeffra
changed the title
Allow ZeRO-3 to work without an optimizer
Enables ZeRO-3 inference
Nov 2, 2021
tjruwase
reviewed
Nov 16, 2021
tjruwase
approved these changes
Nov 16, 2021
It definitely uses less GPU memory w/ offload configured as compared to not. 2 gpus, w/ offload:
w/o offload (same cmd and config but changed "device": "none",)
the change was:
|
Merged
12 tasks
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.
This enables a ZeRO-3 inference support, this means no optimizer is specified. This supports ZeRO-3 w. multiple GPUs and also supports ZeRO-3 w. parameter CPU offload.
This enables initial functional support, we have not fully evaluated performance and all memory reduction scenarios. More PRs to come I imagine :)