-
Notifications
You must be signed in to change notification settings - Fork 19
feat: add online data mixing plugin #152
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
Merged
ashokponkumar
merged 34 commits into
foundation-model-stack:main
from
kmehant:odm-plugin-feat
Sep 26, 2025
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e2c1792
feat: add online data mixing plugin
kmehant 375af89
feat: add odm tests and lint to ci/cd
kmehant b5f4a75
nit: bump up min python to 3.11
kmehant 1c910f3
feat: refactor on changes discussed
kmehant 4e983ea
fix: code refactor
kmehant 87fe0e8
fix: code refactor
kmehant dc3ef05
fix: add custom loop and docs
kmehant c0106ff
fix: add custom loop and docs
kmehant 8809461
fix: add custom loop and docs
kmehant b80c779
fix: add custom loop and docs
kmehant f4bc25d
fix: add custom loop and docs
kmehant 3209501
fix: add custom loop and docs
kmehant e1e0e84
fix: add custom loop and docs
kmehant daf3ecb
fix: add custom loop and docs
kmehant 6eb7cf4
fix: add custom loop and docs
kmehant 72c62fe
fix: add custom loop and docs
kmehant 6db1128
fix: add custom loop and docs
kmehant 07b4774
fix: add custom loop and docs
kmehant 919ce6f
fix: add custom loop and docs
kmehant 12122a1
fix: add custom loop and docs
kmehant df70edf
fix: add custom loop and docs
kmehant cc3dc4b
fix: add custom loop and docs
kmehant 3d55232
fix: add custom loop and docs
kmehant f2f02a1
fix: add custom loop and docs
kmehant 77120ce
fix: add custom loop and docs
kmehant d96777b
fix: add custom loop and docs
kmehant ece01e0
fix: add custom loop and docs
kmehant e968367
fix: add custom loop and docs
kmehant d3acf2c
fix: add custom loop and docs
kmehant 3bd3518
fix: add custom loop and docs
kmehant a53215d
fix: add custom loop and docs
kmehant dcc2d07
fix: add custom loop and docs
kmehant c46446d
docs: add docs
kmehant 513b83e
fix: bump up python version to 3.11
kmehant 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
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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [settings] | ||
| profile=black | ||
| from_first=true | ||
| import_heading_future=Future | ||
| import_heading_stdlib=Standard | ||
| import_heading_thirdparty=Third Party | ||
| import_heading_firstparty=First Party | ||
| import_heading_localfolder=Local | ||
| known_firstparty= | ||
| known_localfolder=tuning |
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.
Uh oh!
There was an error while loading. Please reload this page.