Sync private main updates into public main#122
Merged
Conversation
lfengad
enabled auto-merge (squash)
July 21, 2026 06:40
…follow-up) Vision SFT trains no action tokens, so the recipe should not build the action head — the same recipe-scoped override PR #18 applied to Edge. NANO_MODEL_CONFIG keeps action_gen=True (the released checkpoint ships real DROID-trained action weights and the action-policy recipes rely on it); vision_sft_nano deepcopies it into _NANO_VISION_MODEL_CONFIG with action_gen=False, and vision_sft_nano_mapstyle_dataloader inherits via its existing deepcopy of the composed recipe. Accepted behavior change: vision-SFT'd Nano checkpoints and their HF/diffusers exports no longer carry the pretrained action heads (previously frozen pass-throughs, outside optimizer.keys_to_select). Start from the base checkpoint or the action-policy recipes if you need them. Loss is unchanged: the graph-consistency dummy forward contributed 0.0 * finite = 0. nano_training_smoke_test.py's diffusers golden comparison now ignores the action-only action_* tensors (action_proj_in/action_proj_out/ action_modality_embed) the export no longer contains, via the same prefix filter already used for the sound-only audio_* tensors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lfengad
force-pushed
the
sync/private-main-2026-07-20
branch
from
July 21, 2026 06:43
2d61882 to
4e533af
Compare
Xuanmeng-Zhang
approved these changes
Jul 21, 2026
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
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.
Sync the latest
nvidia-cosmos/cosmos-framework-private:mainchanges into publicmain.Conflict resolution:
action_gen=Falsechanges and matching smoke-test expectations.Validation:
ruff checkpassed for all changed files.git diff --checkpassed.uvvalidation was not run because the shared uv distribution cache returned a permission error while readingantlr4-python3-runtime==4.9.3.Because
mainis protected and disallows merge commits, merge this PR using the repository-approved squash/rebase path after all required checks pass.