-
Notifications
You must be signed in to change notification settings - Fork 70
DROID action-policy post-training: lazy LeRobot dataset + Cosmos3-Nano recipe + numerical regression test #86
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9f66c63
DROID action SFT: GPU-side ColorJitter + lazy dataset index
fwd4 22751ff
Warm-start: seed net_ema from net when net_ema is skipped on load
fwd4 bc72312
DROID action SFT: CPU-side ColorJitter, JSON prompt, sharded/flat dat…
fwd4 b5827c0
Capture the exact 40%-SR working-tree state: 7d9b443 + uncommitted i4…
fwd4 ca33f29
tests: add DROID + LIBERO action-policy numerical regression test
fwd4 4089e7c
tests: add gb200 action-policy LIBERO loss golden (determinism-verified)
fwd4 6bbcd34
tests: run action-policy regression eager (compile off); reset golden…
fwd4 5f7a87f
tests: force fully-eager (TORCHDYNAMO_DISABLE) for action regression
fwd4 ad002a8
tests: add gb200 action-policy loss goldens (LIBERO + DROID, eager)
fwd4 f292ae5
tests: retarget action-policy regression to H200 (compile on), LIBERO…
fwd4 58f7462
tests: add H200 LIBERO action-policy loss goldens
fwd4 d92cd0c
chore: replace imaginaire4 proprietary banner with SPDX OpenMDW header
fwd4 8197530
recipe(action/droid): pin GB200 reference config in repro TOML
fwd4 19de528
recipe(action/droid): drop non-GB200 node-count mapping in TOML comment
fwd4 d2a9da7
recipe(action/droid): fold remaining reference overrides into TOML
fwd4 6829e84
cleanup(action/droid): remove dead flags flagged in review
fwd4 78d8ce3
cleanup(action): inline memprofile no-op shims, delete stub module
fwd4 a8537cf
Merge branch 'main' into haolia/droid-oss-40pct-full-rebased
lfengad c0f45f7
Merge branch 'main' into haolia/droid-oss-40pct-full-rebased
fwd4 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
|
ychao-nvidia marked this conversation as resolved.
|
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.
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.
Would this need to be synced with internal?
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.
For posttrain I think not, this is mainly for loading the HF converted dcp, which does not have ema weights. Internal ckpts will have this.