-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Call ckpt_to_weights_subdir
from MegatronCheckpointIO
#10897
Merged
Merged
Changes from 26 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
dcb38f3
locate weights path within MegatronCheckpointIO
ashors1 6010377
small refactor
ashors1 2417023
remove another instance of ckpt_to_weights_subdir
ashors1 eed4bad
move ckpt_to_weights_subdir
ashors1 52c0ad3
Apply isort and black reformatting
ashors1 e5dbd61
Apply isort and black reformatting
artbataev 45df47d
add weights path in save_checkpoint
ashors1 c49e2a6
fix circular import
ashors1 d3ffd5d
Apply isort and black reformatting
ashors1 ea49e20
handle saving in ckpt_to_weights_subdir
ashors1 c4c3fd5
fix minor typo
ashors1 3ae933e
bug fixes
ashors1 f1fbec5
fix undefined variable
ashors1 8161076
move function
ashors1 994719e
Apply isort and black reformatting
ashors1 ea51ab2
fix adapter meta file path
cuichenx 871ac85
Apply isort and black reformatting
cuichenx f5889ca
Merge branch 'refs/heads/main' into ashors/ckpt-subdirs
cuichenx df2c4b1
Merge remote-tracking branch 'origin/ashors/ckpt-subdirs' into ashors…
cuichenx 5aec05b
fix mixtral test
ashors1 2df54e3
fix mixtral test
ashors1 440a244
use function for weights subdir
cuichenx b2883a1
address comments
ashors1 26a8d8d
move asserts
ashors1 ac1779b
fix undefined vars
ashors1 f380df7
bug fix
ashors1 e15cafa
fix mixtral test
ashors1 3271f5c
Merge branch 'main' of github.com:NVIDIA/NeMo into ashors/ckpt-subdirs
ashors1 a14151c
fix fabric
ashors1 ce5da6f
fix typo
ashors1 2cdd672
Merge branch 'main' of github.com:NVIDIA/NeMo into ashors/ckpt-subdirs
ashors1 0954f6b
Merge branch 'main' of github.com:NVIDIA/NeMo into ashors/ckpt-subdirs
ashors1 e997e24
revert some unnecessary changes
ashors1 7ef6ab7
Apply isort and black reformatting
ashors1 d20d4a8
Merge branch 'main' into ashors/ckpt-subdirs
cuichenx 9c3fa3c
fix for peft
cuichenx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Check notice
Code scanning / CodeQL
Cyclic import Note