|
1 | 1 | { |
2 | | - "_source_commit": "25433d97814a8bc359af6dd27ff5f561f885b2d6-dirty", |
3 | | - "_dest_commit": "5eee9ed574255f017b192161bfbb5a10253d65cf", |
4 | | - "_generated_at": "2026-08-24T08:07:37Z", |
| 2 | + "_source_commit": "7597afdd014f52b5f6756e02a238608ed18d8522-dirty", |
| 3 | + "_dest_commit": "505041197b257b5bace2405415a3f3d5512fc94d", |
| 4 | + "_generated_at": "2026-08-28T09:10:22Z", |
5 | 5 | "files": { |
6 | 6 | "imaginaire/__init__.py": "cosmos_framework/__init__.py", |
7 | 7 | "imaginaire/attention/__init__.py": "cosmos_framework/model/attention/__init__.py", |
|
216 | 216 | "projects/cosmos3/cosmos3/callbacks/sequence_packing_padding.py": "cosmos_framework/callbacks/sequence_packing_padding.py", |
217 | 217 | "projects/cosmos3/cosmos3/callbacks/sigma_loss_analysis.py": "cosmos_framework/callbacks/sigma_loss_analysis.py", |
218 | 218 | "projects/cosmos3/cosmos3/callbacks/skip_nan_step.py": "cosmos_framework/callbacks/skip_nan_step.py", |
219 | | - "projects/cosmos3/cosmos3/callbacks/termination_signal_checkpoint.py": "cosmos_framework/callbacks/termination_signal_checkpoint.py", |
220 | 219 | "projects/cosmos3/cosmos3/callbacks/tokens_per_sec.py": "cosmos_framework/callbacks/tokens_per_sec.py", |
221 | 220 | "projects/cosmos3/cosmos3/callbacks/training_stats.py": "cosmos_framework/callbacks/training_stats.py", |
222 | 221 | "projects/cosmos3/cosmos3/callbacks/wall_clock_checkpoint.py": "cosmos_framework/callbacks/wall_clock_checkpoint.py", |
|
323 | 322 | "projects/cosmos3/cosmos3/datasets/augmentors/transfer_control_input/fast_blur.py": "cosmos_framework/data/generator/augmentors/transfer_control_input/fast_blur.py", |
324 | 323 | "projects/cosmos3/cosmos3/datasets/augmentors/transfer_control_input/seg.py": "cosmos_framework/data/generator/augmentors/transfer_control_input/seg.py", |
325 | 324 | "projects/cosmos3/cosmos3/datasets/augmentors/transfer_control_transform.py": "cosmos_framework/data/generator/augmentors/transfer_control_transform.py", |
| 325 | + "projects/cosmos3/cosmos3/datasets/augmentors/transfer_control_transform_test.py": "cosmos_framework/data/generator/augmentors/transfer_control_transform_test.py", |
326 | 326 | "projects/cosmos3/cosmos3/datasets/augmentors/video_editing_transform.py": "cosmos_framework/data/generator/augmentors/video_editing_transform.py", |
327 | 327 | "projects/cosmos3/cosmos3/datasets/augmentors/video_editing_transform_test.py": "cosmos_framework/data/generator/augmentors/video_editing_transform_test.py", |
328 | 328 | "projects/cosmos3/cosmos3/datasets/augmentors/video_parsing.py": "cosmos_framework/data/generator/augmentors/video_parsing.py", |
|
333 | 333 | "projects/cosmos3/cosmos3/datasets/reasoner/video_decoder_qwen.py": "cosmos_framework/data/generator/reasoner/video_decoder_qwen.py", |
334 | 334 | "projects/cosmos3/cosmos3/datasets/recipe_database_api.py": "cosmos_framework/data/generator/recipe_database_api.py", |
335 | 335 | "projects/cosmos3/cosmos3/datasets/sound_data_utils.py": "cosmos_framework/data/generator/sound_data_utils.py", |
| 336 | + "projects/cosmos3/cosmos3/datasets/token_mix_control.py": "cosmos_framework/data/generator/token_mix_control.py", |
336 | 337 | "projects/cosmos3/cosmos3/datasets/utils.py": "cosmos_framework/data/generator/utils.py", |
337 | 338 | "projects/cosmos3/cosmos3/datasets/watchdog.py": "cosmos_framework/data/generator/watchdog.py", |
338 | 339 | "projects/cosmos3/cosmos3/diffusion/rectified_flow.py": "cosmos_framework/model/generator/diffusion/rectified_flow.py", |
|
347 | 348 | "projects/cosmos3/cosmos3/diffusion/samplers/utils_test.py": "cosmos_framework/model/generator/diffusion/samplers/utils_test.py", |
348 | 349 | "projects/cosmos3/cosmos3/models/hf_model.py": "cosmos_framework/model/generator/hf_model.py", |
349 | 350 | "projects/cosmos3/cosmos3/models/mot/__init__.py": "cosmos_framework/model/generator/mot/__init__.py", |
| 351 | + "projects/cosmos3/cosmos3/models/mot/action_io_projector.py": "cosmos_framework/model/generator/mot/action_io_projector.py", |
| 352 | + "projects/cosmos3/cosmos3/models/mot/action_io_projector_test.py": "cosmos_framework/model/generator/mot/action_io_projector_test.py", |
350 | 353 | "projects/cosmos3/cosmos3/models/mot/attention.py": "cosmos_framework/model/generator/mot/attention.py", |
351 | 354 | "projects/cosmos3/cosmos3/models/mot/attention_test.py": "cosmos_framework/model/generator/mot/attention_test.py", |
352 | 355 | "projects/cosmos3/cosmos3/models/mot/cfgp_ar_test.py": "cosmos_framework/model/generator/mot/cfgp_ar_test.py", |
|
360 | 363 | "projects/cosmos3/cosmos3/models/mot/flex_attention.py": "cosmos_framework/model/generator/mot/flex_attention.py", |
361 | 364 | "projects/cosmos3/cosmos3/models/mot/flex_attention_bench.py": "cosmos_framework/model/generator/mot/flex_attention_bench.py", |
362 | 365 | "projects/cosmos3/cosmos3/models/mot/flex_attention_test.py": "cosmos_framework/model/generator/mot/flex_attention_test.py", |
| 366 | + "projects/cosmos3/cosmos3/models/mot/flex_attention_utils.py": "cosmos_framework/model/generator/mot/flex_attention_utils.py", |
363 | 367 | "projects/cosmos3/cosmos3/models/mot/inference_text_kv_memory.py": "cosmos_framework/model/generator/mot/inference_text_kv_memory.py", |
364 | 368 | "projects/cosmos3/cosmos3/models/mot/modeling_utils.py": "cosmos_framework/model/generator/mot/modeling_utils.py", |
365 | 369 | "projects/cosmos3/cosmos3/models/mot/modeling_utils_test.py": "cosmos_framework/model/generator/mot/modeling_utils_test.py", |
|
488 | 492 | "projects/cosmos3/cosmos3/utils/image_resize_test.py": "cosmos_framework/utils/generator/image_resize_test.py", |
489 | 493 | "projects/cosmos3/cosmos3/utils/input_probe.py": "cosmos_framework/utils/generator/input_probe.py", |
490 | 494 | "projects/cosmos3/cosmos3/utils/lora.py": "cosmos_framework/utils/generator/lora.py", |
| 495 | + "projects/cosmos3/cosmos3/utils/method_timer.py": "cosmos_framework/utils/generator/method_timer.py", |
491 | 496 | "projects/cosmos3/cosmos3/utils/mixed_precision.py": "cosmos_framework/utils/generator/mixed_precision.py", |
492 | 497 | "projects/cosmos3/cosmos3/utils/model_loader.py": "cosmos_framework/utils/generator/model_loader.py", |
493 | 498 | "projects/cosmos3/cosmos3/utils/model_weights_stats.py": "cosmos_framework/utils/generator/model_weights_stats.py", |
|
501 | 506 | "projects/cosmos3/cosmos3/utils/reasoner/__init__.py": "cosmos_framework/utils/generator/reasoner/__init__.py", |
502 | 507 | "projects/cosmos3/cosmos3/utils/reasoner/constant.py": "cosmos_framework/utils/generator/reasoner/constant.py", |
503 | 508 | "projects/cosmos3/cosmos3/utils/reasoner/flop_calculator.py": "cosmos_framework/utils/generator/reasoner/flop_calculator.py", |
| 509 | + "projects/cosmos3/cosmos3/utils/reasoner/packing_mbs_advisor.py": "cosmos_framework/utils/generator/reasoner/packing_mbs_advisor.py", |
504 | 510 | "projects/cosmos3/cosmos3/utils/reasoner/pretrained_models_downloader.py": "cosmos_framework/utils/generator/reasoner/pretrained_models_downloader.py", |
505 | 511 | "projects/cosmos3/cosmos3/utils/reasoner/pretrained_models_downloader_test.py": "cosmos_framework/utils/generator/reasoner/pretrained_models_downloader_test.py", |
| 512 | + "projects/cosmos3/cosmos3/utils/reasoner/true_packing.py": "cosmos_framework/utils/generator/reasoner/true_packing.py", |
506 | 513 | "projects/cosmos3/cosmos3/utils/video_frame_sampling.py": "cosmos_framework/utils/generator/video_frame_sampling.py", |
507 | 514 | "projects/cosmos3/cosmos3/utils/video_preprocess.py": "cosmos_framework/utils/generator/video_preprocess.py", |
508 | 515 | "projects/cosmos3/interactive/models/mot/replicated_io.py": "cosmos_framework/model/generator/mot/replicated_io.py", |
|
533 | 540 | "projects/cosmos3/tokenizer/models/text_decoder.py": "cosmos_framework/model/tokenizer/models/text_decoder.py", |
534 | 541 | "projects/cosmos3/tokenizer/models/text_decoder_mrope.py": "cosmos_framework/model/tokenizer/models/text_decoder_mrope.py", |
535 | 542 | "projects/cosmos3/tokenizer/models/utils.py": "cosmos_framework/model/tokenizer/models/utils.py", |
| 543 | + "projects/cosmos3/tokenizer/task_types.py": "cosmos_framework/model/tokenizer/task_types.py", |
536 | 544 | "projects/cosmos3/tokenizer/utils/hf.py": "cosmos_framework/model/tokenizer/utils/hf.py", |
537 | 545 | "projects/cosmos3/tokenizer/utils/precision.py": "cosmos_framework/model/tokenizer/utils/precision.py", |
538 | 546 | "projects/cosmos3/tokenizer/utils/tensors.py": "cosmos_framework/model/tokenizer/utils/tensors.py", |
|
0 commit comments