-
Notifications
You must be signed in to change notification settings - Fork 423
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
Mvpatel2000/dirty ckpting #2672
Merged
b-chu
merged 25 commits into
mosaicml:mvpatel2000/dirty-ckpting
from
mvpatel2000:mvpatel2000/dirty-ckpting
Oct 27, 2023
Merged
Mvpatel2000/dirty ckpting #2672
b-chu
merged 25 commits into
mosaicml:mvpatel2000/dirty-ckpting
from
mvpatel2000:mvpatel2000/dirty-ckpting
Oct 27, 2023
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
* Update generate.py * add missing imports
…2601) * Expose input_names and output_names when exporting to ONNX * assert sample_input type for pyright * fix mocks --------- Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
* bump version * filter warning * remove slack failure * composer * ckdn * commit change * commit change * commit change * commit change * rename * revert * cleanup * move around tests * log * fix slack * clean test * composer * rearrange * remove logs * skip * remove log --------- Co-authored-by: Chuck Tang <chuck@mosaicml.com>
* Use pytorch chunking commit-id:e4c9b78f * Add partial state dict functionality for FSDP commit-id:2a2cae33
…2643) Updates the requirements on [monai](https://github.com/Project-MONAI/MONAI) to permit the latest version. - [Release notes](https://github.com/Project-MONAI/MONAI/releases) - [Changelog](https://github.com/Project-MONAI/MONAI/blob/dev/CHANGELOG.md) - [Commits](Project-MONAI/MONAI@0.9.1...1.3.0) --- updated-dependencies: - dependency-name: monai dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest-codeblocks](https://github.com/nschloe/pytest-codeblocks) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/nschloe/pytest-codeblocks/releases) - [Commits](nschloe/pytest-codeblocks@v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: pytest-codeblocks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add hsdp * add tuple support * mod wide * update * set default * disable error validation * hsdp * gate import
Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
…aicml#2651) * Update the AWS_OFI_NCCL version and add in the MPI HWLOC install * Move the HWLOC down to the appropriate stage * Move the HWLOC to the apt-get install * Remove extra debug arg --------- Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
b-chu
merged commit Oct 27, 2023
07693c5
into
mosaicml:mvpatel2000/dirty-ckpting
7 of 25 checks passed
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.
What does this PR do?
What issue(s) does this change relate to?
Before submitting
pre-commit
on your change? (see thepre-commit
section of prerequisites)