-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Pydantic v2 migration #5167
Merged
Merged
Pydantic v2 migration #5167
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
mrwyattii
requested review from
tjruwase,
awan-10,
arashb and
loadams
as code owners
February 21, 2024 00:52
loadams
reviewed
Feb 21, 2024
Do you want to do what we did on the previous pydantic update of updating the nv-mii test to use your branch rather than |
loadams
reviewed
Feb 27, 2024
CI with microsoft/DeepSpeed-MII#423 for nv-a6000 and nv-mii |
loadams
reviewed
Mar 4, 2024
Tested in #6382. |
weiji14
added a commit
to regro-cf-autotick-bot/deepspeed-feedstock
that referenced
this pull request
Aug 23, 2024
Since microsoft/DeepSpeed#5167 is merged already.
weiji14
added a commit
to conda-forge/deepspeed-feedstock
that referenced
this pull request
Aug 29, 2024
* updated v0.15.0 * MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.38.0, and conda-forge-pinning 2024.08.23.00.41.48 * Remove ninja as runtime dependency Xref #1 * Remove note about pydantic<2.0.0 pin Since microsoft/DeepSpeed#5167 is merged already. --------- Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
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.
Pydantic v2 has been out for some time now. We have been relying on using the v1 API available in v2 until now. This is a refresh of #3902 to bring proper v2 support to DeepSpeed.
Corresponding DeepSpeed-MII PR here.
@loadams