-
Notifications
You must be signed in to change notification settings - Fork 238
MLFlow Integration #1542
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
Closed
Closed
MLFlow Integration #1542
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
af9265e
first commit (yet to fully verify)
therealnaveenkamal 97fa748
few fixes, ruff formatting
therealnaveenkamal f6c4b20
Merge branch 'main' into main
therealnaveenkamal 4397ee9
fixes mlflow to be consistent with wandb logic
therealnaveenkamal de13928
moved _sanitize_mlflow_metrics to mlflow_utils.py
therealnaveenkamal b6da82b
Merge branch 'main' into main
therealnaveenkamal 9df13b4
moved save_serialize to log_utils
therealnaveenkamal e38df21
added unit tests
therealnaveenkamal 346aa5b
added finalize function to validate mlflow installation
therealnaveenkamal 4c21b4c
build: Adding dependencies
therealnaveenkamal 492e7bf
Disable MLflow settings in llama32_1b_pretrain.yaml
therealnaveenkamal 3148469
Merge branch 'main' into main
therealnaveenkamal b04184f
added copyright info to mlflow_utils
therealnaveenkamal b0d5c15
fixes: removed warn_rank_0, used get_checkpoint_name for consistency
therealnaveenkamal b51de40
ruff formatting
therealnaveenkamal 902332e
Merge branch 'main' of github.com:NVIDIA-NeMo/Megatron-Bridge
therealnaveenkamal f26dba4
Merge remote-tracking branch 'upstream/main'
therealnaveenkamal e07db35
added max-attention-logit param
therealnaveenkamal cd4a36a
Merge branch 'main' into main
yaoyu-33 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,6 +88,7 @@ dependencies = [ | |
| "flash-linear-attention", | ||
| "timm", | ||
| "open-clip-torch>=3.2.0", | ||
| "mlflow>=3.2.0", | ||
| ] | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not sure if we need this anymore after NVIDIA/Megatron-LM#2055
cc @suiyoubi