yufanwei commited on
Commit
591e22e
·
verified ·
1 Parent(s): 7022783

Publish compact three-model CD-LAM release

Browse files
.gitattributes CHANGED
@@ -1,35 +1,4 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
  *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
1
  *.ckpt filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  *.pt filter=lfs diff=lfs merge=lfs -text
3
  *.pth filter=lfs diff=lfs merge=lfs -text
 
4
  *.safetensors filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
CITATION.cff CHANGED
@@ -1,8 +1,7 @@
1
  cff-version: 1.2.0
2
- message: "If you use CD-LAM, please cite the manuscript and this software release."
3
  title: "Causally Debiased Latent Action Model for Embodied Action Conditioned World Models"
4
  type: software
5
- license: Apache-2.0
6
  repository-code: "https://github.com/yufanwei/CD-LAM"
7
  repository-artifact: "https://huggingface.co/yufanwei/CD-LAM"
8
  url: "https://yufanwei.github.io/CD-LAM-project-page/"
@@ -34,7 +33,6 @@ authors:
34
  preferred-citation:
35
  type: article
36
  title: "Causally Debiased Latent Action Model for Embodied Action Conditioned World Models"
37
- year: 2026
38
  authors:
39
  - given-names: Yufan
40
  family-names: Wei
 
1
  cff-version: 1.2.0
2
+ message: "If you use CD-LAM, please cite the manuscript and software release."
3
  title: "Causally Debiased Latent Action Model for Embodied Action Conditioned World Models"
4
  type: software
 
5
  repository-code: "https://github.com/yufanwei/CD-LAM"
6
  repository-artifact: "https://huggingface.co/yufanwei/CD-LAM"
7
  url: "https://yufanwei.github.io/CD-LAM-project-page/"
 
33
  preferred-citation:
34
  type: article
35
  title: "Causally Debiased Latent Action Model for Embodied Action Conditioned World Models"
 
36
  authors:
37
  - given-names: Yufan
38
  family-names: Wei
README.md CHANGED
@@ -11,99 +11,156 @@ tags:
11
  - research
12
  ---
13
 
14
- # CD-LAM 2B checkpoints
15
 
16
- This repository contains the upload-ready 2B checkpoint family for CD-LAM
17
- (Causally Debiased Latent Action Model). It provides two internally compatible
18
- lineages: the main 100h lineage and a separate 1000h data-scaling lineage.
19
 
20
- Each checkpoint was created from a hash-gated research snapshot by retaining
21
- only the tensors and small compatibility metadata needed at inference time.
22
- Every released file was reloaded and compared tensor-for-tensor with its
23
- selected source state. The adjacent JSON sidecar records the source hash,
24
- release hash, tensor schema, optimizer step, model scale, data tier, and
25
- compatibility identifiers. `asset_manifest.json` is the aggregate release
26
- index. `verification_report.json` records the upload-safety audit, and
27
- `SHA256SUMS` covers every other file in this repository.
28
 
29
- After downloading a complete snapshot, verify it with:
 
 
 
30
 
31
  ```bash
 
 
 
 
32
  sha256sum -c SHA256SUMS
33
  ```
34
 
35
- ## Released assets
 
 
 
36
 
37
- | lineage | component | path | status |
38
  |---|---|---|---|
39
- | 100h | Stage 1 LAM, step 149 | `models/lam/100h/stage1-step149/model.pt` | research; canonical downstream latent space |
40
- | 100h | Stage 2 ACWM overlay, step 2000 | `models/2b/100h/stage2-step2000/model.pt` | unverified paper role; Stage 3 parent |
41
- | 100h | 22D-to-32D bridge, epoch 300 | `models/bridge/100h/epoch300/model.pt` | research; canonical downstream bridge |
42
- | 100h | Stage 3 ACWM overlay, step 3000 | `models/2b/100h/stage3-step3000/model.pt` | unverified paper-budget candidate |
43
- | 1000h | Stage 1 LAM, step 180 | `models/lam/1000h/stage1-step180/model.pt` | research; canonical downstream latent space |
44
- | 1000h | Stage 2 ACWM overlay, step 2000 | `models/2b/1000h/stage2-step2000/model.pt` | unverified research lineage |
45
- | 1000h | 22D-to-32D bridge, epoch 300 | `models/bridge/1000h/epoch300/model.pt` | research; canonical downstream bridge |
46
- | 1000h | Stage 3 ACWM overlay, step 3000 | `models/2b/1000h/stage3-step3000/model.pt` | research/data-scaling lineage |
47
-
48
- The 100h Stage 3 file uses the manuscript's 3,000-update budget and its
49
- available PSNR matches the manuscript, but the exact FDCE attribution remains
50
- unresolved. It must not be presented as a fully verified reproduction of the
51
- paper table. The 1000h lineage is a research scaling result, not a manuscript
52
- headline checkpoint.
53
-
54
- Do not mix assets across the 100h and 1000h rows. Each Stage 2, bridge, and
55
- Stage 3 sidecar records the SHA-256 of its matching LAM latent space. The 1000h
56
- step-180 LAM is intentional; a later research checkpoint is not a compatible
57
- replacement.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  ## Checkpoint formats
60
 
61
- The files are plain PyTorch checkpoints:
62
 
63
  ```python
64
  import torch
65
 
66
- checkpoint = torch.load("model.pt", map_location="cpu", weights_only=True)
67
  print(checkpoint["format"])
68
  print(checkpoint["metadata"])
69
  ```
70
 
71
- - Stage 1 uses format `cdlam.stage1.inference` and contains `model`, plus the
72
- released calibration/head state when present.
73
- - Stages 2 and 3 use `cdlam.stage2.overlay` and `cdlam.stage3.overlay`. They
74
- contain `trainable_state`, which must be applied to the matching external 2B
75
- base model by the source repository's production adapter.
76
- - Bridge files use `cdlam.action_to_latent_bridge`. They contain `g_state`, the
77
- optional diagnostic inverse `h_state`, and the complete `action_mean`,
78
- `action_std`, `zm`, and `zsd` normalization contract.
79
 
80
- The base model, tokenizer, text encoder, datasets, SAM3, and CoWTracker are not
81
- redistributed here. See `external_dependencies.json` and the
82
- [CD-LAM source repository](https://github.com/yufanwei/CD-LAM) for pinned
83
- dependency and runtime instructions.
84
-
85
- Built on NVIDIA Cosmos
86
 
87
  ## Action contract
88
 
89
- Stage 3 and bridge assets use contract
90
- `agibot-alpha-22d-raw-adjacent-stride4`. The input is a raw adjacent
91
- stride-4 delta in this fixed order: left arm 7, right arm 7, left gripper 1,
92
- right gripper 1, head 2, waist 2, and base velocity 2. The full machine-readable
93
- contract is in `action_contract.json`.
 
 
 
 
 
 
 
94
 
95
- Normalization is part of the bridge checkpoint. Do not substitute dataset
96
- statistics from another lineage, change absolute actions to deltas without the
97
- documented conversion, or feed packed action chunks directly to the 22D
98
- bridge.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  ## Intended use and limitations
101
 
102
  These checkpoints are research artifacts for latent-action representation,
103
- action-conditioned video generation, and offline evaluation. They are not a
104
  robot policy, planner, safety controller, or authorization for physical
105
- actuation. Generalization beyond the documented backbone, datasets,
106
- embodiment, and action convention has not been established.
107
 
108
  ## Licenses
109
 
@@ -112,9 +169,10 @@ checkpoint files are fine-tuned derivatives of an external NVIDIA base model
112
  and remain subject to its applicable model terms. Datasets and optional metric
113
  dependencies have separate licenses and access conditions. Read
114
  `NVIDIA_OPEN_MODEL_LICENSE.pdf`, `MODEL_LICENSE_NOTICE.md`, `NOTICE`, and
115
- `external_dependencies.json` before use or redistribution. The required NVIDIA
116
- redistribution attribution is in `NOTICE`. The `license: other` metadata is
117
- intentional; it does not present every artifact as Apache-2.0.
 
118
 
119
  ## Citation
120
 
 
11
  - research
12
  ---
13
 
14
+ # CD-LAM checkpoints
15
 
16
+ This repository publishes three main model entries for CD-LAM (Causally
17
+ Debiased Latent Action Model): a latent-action model, a compatible 2B
18
+ pretraining overlay, and the selected 100h posttraining overlay.
19
 
20
+ Each checkpoint is produced from a hash-gated research snapshot by retaining
21
+ only the tensors and compatibility metadata required at inference time. Every
22
+ released tensor is reloaded and compared with its selected source state.
23
+ `asset_manifest.json` is the authoritative index for formats, byte sizes,
24
+ SHA-256 values, optimizer steps, model roles, the public runtime commit, and
25
+ compatibility identifiers. License and access terms are summarized separately
26
+ in `MODEL_LICENSE_NOTICE.md` and `external_dependencies.json`.
 
27
 
28
+ ## Download and verify
29
+
30
+ Download one immutable snapshot rather than resolving individual files at
31
+ runtime:
32
 
33
  ```bash
34
+ hf download yufanwei/CD-LAM \
35
+ --revision <immutable-HF-commit> \
36
+ --local-dir checkpoints/CD-LAM
37
+ cd checkpoints/CD-LAM
38
  sha256sum -c SHA256SUMS
39
  ```
40
 
41
+ The CD-LAM source repository then consumes only local paths. Keep the snapshot
42
+ revision fixed in reproducible environments.
43
+
44
+ ## Main model entries
45
 
46
+ | entry | path | checkpoint role | status |
47
  |---|---|---|---|
48
+ | LAM | `models/lam/model.pt` | masked 32D latent-action encoder, step 300 | research |
49
+ | Pretrain | `models/pretrain/model.pt` | 2B world-model pretraining overlay, step 4000 | research; compatible with the LAM entry |
50
+ | Posttrain (100h) | `models/posttrain-100h/model.pt` | 2B robot-action posttraining overlay, step 3000 | unverified main-result checkpoint |
51
+
52
+ Internal experiment-version labels are intentionally absent from the public
53
+ paths. Use the semantic entry names above and the hashes in
54
+ `asset_manifest.json`.
55
+
56
+ ## Compatibility is explicit
57
+
58
+ These three entries are not one direct training chain.
59
+
60
+ The LAM and Pretrain entries form a compatible baseline pair. The 100h
61
+ posttraining entry belongs to a separate latent-space lineage: it was trained
62
+ with a 100h LAM checkpoint at step 149 and its matching action-to-latent
63
+ bridge. Do not encode a latent with `models/lam/model.pt` and pass it to
64
+ `models/posttrain-100h/model.pt` as if the public LAM were the posttraining
65
+ model's encoder.
66
+
67
+ For robot-action inference, use the bridge and action contract colocated with
68
+ the posttraining model:
69
+
70
+ | auxiliary file | path | purpose |
71
+ |---|---|---|
72
+ | action-to-latent bridge | `models/posttrain-100h/bridge.pt` | maps the documented 22D AgiBot action delta into the posttraining model's 32D latent space |
73
+ | action contract | `models/posttrain-100h/action_contract.json` | fixes component order, stride, representation, and compatibility identifiers |
74
+
75
+ The bridge is part of the Posttrain entry; it is not a fourth main model.
76
+ Missing bridge normalization statistics or a missing action contract make the
77
+ posttraining package incomplete.
78
+
79
+ Both world-model entries are overlays rather than redistributed base models.
80
+ They require the compatible external NVIDIA 2B base checkpoint, tokenizer,
81
+ text encoder, and the public CD-LAM runtime overlay applied to the pinned base
82
+ source. `asset_manifest.json` binds the exact CD-LAM runtime commit, NVIDIA
83
+ source commit, base-model repository revision, base-model path, file count,
84
+ byte count, and tree-manifest digest. Do not silently substitute another base
85
+ checkpoint or a similarly named LAM.
86
+
87
+ The required base model is
88
+ `nvidia/DreamDojo@89d029e10816d2995d700cb8ba06f171e0504203`, path
89
+ `2B_pretrain/iter_000140000/model`. It contains 257 files totaling
90
+ 12,925,543,625 bytes. Download it under the NVIDIA model terms and keep the
91
+ revision immutable.
92
 
93
  ## Checkpoint formats
94
 
95
+ The files are ordinary PyTorch checkpoints:
96
 
97
  ```python
98
  import torch
99
 
100
+ checkpoint = torch.load("models/lam/model.pt", map_location="cpu", weights_only=True)
101
  print(checkpoint["format"])
102
  print(checkpoint["metadata"])
103
  ```
104
 
105
+ - LAM uses `cdlam.stage1.inference` and contains `model`, plus released
106
+ calibration or diagnostic head state when present.
107
+ - Pretrain uses `cdlam.stage2.overlay` and contains `trainable_state`.
108
+ - Posttrain uses `cdlam.stage3.overlay` and contains `trainable_state`.
109
+ - The bridge uses `cdlam.action_to_latent_bridge` and contains `g_state`, the
110
+ optional diagnostic inverse `h_state`, and complete `action_mean`,
111
+ `action_std`, `zm`, and `zsd` normalization tensors.
 
112
 
113
+ Loaders should verify the local file SHA-256 and metadata before applying any
114
+ state. Overlay keys must match the expected base architecture; partial or
115
+ unexpected-key loading is an error.
 
 
 
116
 
117
  ## Action contract
118
 
119
+ The posttraining bridge uses contract
120
+ `agibot-alpha-22d-raw-adjacent-stride4`. Its input is a raw adjacent stride-4
121
+ delta ordered as left arm 7, right arm 7, left gripper 1, right gripper 1,
122
+ head 2, waist 2, and base velocity 2.
123
+
124
+ The bridge computes:
125
+
126
+ ```text
127
+ u_norm = (u - action_mean) / action_std
128
+ z_norm = g_state(u_norm)
129
+ z = z_norm * zsd + zm
130
+ ```
131
 
132
+ Do not replace deltas with absolute commands, change the cadence, reorder
133
+ components, or substitute statistics from another dataset. Shape checks alone
134
+ cannot detect those errors. The contract also pins the AgiBot statistics and
135
+ modality JSON files to the public NVIDIA source revision recorded in the
136
+ manifest, including their relative paths and SHA-256 values.
137
+
138
+ ## Verification boundary
139
+
140
+ This is an inference and evaluation artifact distribution, not a
141
+ training-resume snapshot. It intentionally excludes optimizer and scheduler
142
+ state, the private data mixture, and intermediate lineage checkpoints.
143
+ Training regeneration uses the source pipeline, pinned external dependencies,
144
+ and user-prepared datasets documented in the GitHub repository.
145
+
146
+ Tensor-exact release verification establishes artifact identity, not complete
147
+ paper-table reproduction. The selected 100h posttraining checkpoint uses the main
148
+ step-3000 budget and its available PSNR matches the manuscript. Exact FDCE
149
+ attribution remains unresolved, so the model must remain labeled
150
+ `unverified` rather than presented as a verified reproduction of every paper
151
+ table.
152
+
153
+ The repository does not include the external base model, datasets, tokenizer,
154
+ text encoder, SAM3, CoWTracker, rollout videos, or metric caches. Obtain each
155
+ dependency under its own upstream access and license terms.
156
 
157
  ## Intended use and limitations
158
 
159
  These checkpoints are research artifacts for latent-action representation,
160
+ action-conditioned video prediction, and offline evaluation. They are not a
161
  robot policy, planner, safety controller, or authorization for physical
162
+ actuation. Generalization beyond the documented backbone, data, embodiment,
163
+ and action convention has not been established.
164
 
165
  ## Licenses
166
 
 
169
  and remain subject to its applicable model terms. Datasets and optional metric
170
  dependencies have separate licenses and access conditions. Read
171
  `NVIDIA_OPEN_MODEL_LICENSE.pdf`, `MODEL_LICENSE_NOTICE.md`, `NOTICE`, and
172
+ `external_dependencies.json` before use or redistribution. The
173
+ `license: other` metadata is intentional.
174
+
175
+ Built on NVIDIA Cosmos
176
 
177
  ## Citation
178
 
SHA256SUMS CHANGED
@@ -1,26 +1,19 @@
1
- 0a7da4c48656b071913b9c435919962077e45af85e0c14fee8ac4c867259d7e8 CITATION.cff
 
2
  7382b1cf711e7a7c7af9816e0e07b49b91e7149b7c6d347225f98800fcb1f1c2 LICENSE
3
  a618496a9171a5afa34f3861a24d1b22732ee8e516a4bdf7136a44bf8f3155b0 MODEL_LICENSE_NOTICE.md
4
  f124051dcb1c7a4e6d564ba623f709d42944f7112ab4d22734a37ed53f4628e0 NOTICE
5
  4d2fb590aa9b30c47f2058bff17291df7fa2aa0c1bd775a20703da9bb267cfab NVIDIA_OPEN_MODEL_LICENSE.pdf
6
- 397ee7a79bf0a79c53eda793566e95efdd4283b9f2d46429934ad5da9032dbe8 README.md
7
- bcbb45c90e6c518da25eea614ee2e8d76b5a985b34563d81466f4fc3f6e3dc6d action_contract.json
8
- 42e45fd63ee01c87e1feef21365daa79aba5864ac6c917594c45ba97fe448121 asset_manifest.json
9
- 59643760db6ad9ed134927c07fa9c3ffaa36a10a624cdf2a968f024a681dcab0 external_dependencies.json
10
- 96c4d31fbf7019b2f4b9ea2f19af51c8b06349328e2c153d40e668fac6b5ff8f models/2b/1000h/stage2-step2000/model.pt
11
- ab27dbb3763a610b1094b414f9962c61c6bca4337c5f14ef758c9b1ba61b95d2 models/2b/1000h/stage2-step2000/model.pt.json
12
- b3f5a6d45453f1948f3bae8ff601117031497ab4274d2e9e0f4cc57238895f7a models/2b/1000h/stage3-step3000/model.pt
13
- 7e02b0f618fa39b623875839466110faeee8627bbb6887f8747a6f7992af9b11 models/2b/1000h/stage3-step3000/model.pt.json
14
- a23eba8e9ae66d15e8aebe3fa66108c09270c60dee1f821d1823a0b779c3242e models/2b/100h/stage2-step2000/model.pt
15
- 49abaf0bee0144303e3cdf2d8fe58b43d8a7a70017016e19b08c634efa6a18dc models/2b/100h/stage2-step2000/model.pt.json
16
- 65baa9073ea7d1cb0d355bb65364c05376ec7ccdb01e9606476b5150d68cf716 models/2b/100h/stage3-step3000/model.pt
17
- acc5b2c7ee43903e05156ca25277a2c4695d8d795d82ee0feb0f11cc0f0062aa models/2b/100h/stage3-step3000/model.pt.json
18
- 4edda56902b62bedf8e3d2a6066003eafb260d48e382525f0a05629757c4a852 models/bridge/1000h/epoch300/model.pt
19
- 0c38e7bdef7f0cb471dee3671030b5c3c8ed5ac937e291961b96cee4b585f5d1 models/bridge/1000h/epoch300/model.pt.json
20
- 29b74107a65f21e56ec5a8c7d21e29e501cbe79d569a3ed1454b68c5e7d64494 models/bridge/100h/epoch300/model.pt
21
- 02653961076b1d221c8c970b359844a08c0c56786ceae9b5d0a5c91853fcaa8c models/bridge/100h/epoch300/model.pt.json
22
- d91cddb3635585571677f0081ee2aad2f09de6176563a514425bfd8f07207e6c models/lam/1000h/stage1-step180/model.pt
23
- 8daceafa88453d11319123d889a53d5be946d761cad8197ba45e1923988c242e models/lam/1000h/stage1-step180/model.pt.json
24
- 2bcafc5f46416a7e633a857c141b45b5410ab356c131858b224c7c1fd33688ae models/lam/100h/stage1-step149/model.pt
25
- 6915c114b4d0bd73949937fcd26027413fc9632c05aa8ecc57cf0948eb31285a models/lam/100h/stage1-step149/model.pt.json
26
- 31da7d947a04ff52e52aff616229edf91c4498d38cc545982007740ee6a50dbf verification_report.json
 
1
+ a43d7637e7707cb406cb08421075435ab03b99042ec378590d68c0ce6d077966 .gitattributes
2
+ 231a72ef8caf95da6f5b0ce7a4c80128dc02ff26c2e7edcb5d192f440519c16b CITATION.cff
3
  7382b1cf711e7a7c7af9816e0e07b49b91e7149b7c6d347225f98800fcb1f1c2 LICENSE
4
  a618496a9171a5afa34f3861a24d1b22732ee8e516a4bdf7136a44bf8f3155b0 MODEL_LICENSE_NOTICE.md
5
  f124051dcb1c7a4e6d564ba623f709d42944f7112ab4d22734a37ed53f4628e0 NOTICE
6
  4d2fb590aa9b30c47f2058bff17291df7fa2aa0c1bd775a20703da9bb267cfab NVIDIA_OPEN_MODEL_LICENSE.pdf
7
+ a153f990c72c804c320e0adfea4e318fb073732a8cc5c545a23d2bd9893010bc README.md
8
+ c603a22042b964011fc6d4c7656c6719dd1cb23d49a559989bd1f1393ea5fe58 asset_manifest.json
9
+ 8926664198a58c688a2dc0c63ff22b72a96d74377f3e512c4f8ff08918dfb725 external_dependencies.json
10
+ 084f9b1ad1e09926c217a0fe7668e672f2e93b89314a4ff18eeed20b6b5cb6ee models/lam/model.pt
11
+ 51eaab6889848aa7fb099afe4188ee9b72cc540ae246791090935392bc715d26 models/lam/model.pt.json
12
+ ca9d7eb175745c591fd8259322c7c031915a021a56c5b81770aab215f0566d38 models/posttrain-100h/action_contract.json
13
+ e3ab4ed2fe755d7e4fb127ef8f0e9d05feda859855d05f4509797f1bae301e8a models/posttrain-100h/bridge.pt
14
+ 78d527c288638d7da0bff8f41962b27d1c3e9bbc9f5072409650e9b2444158a9 models/posttrain-100h/bridge.pt.json
15
+ 07440025c3780f907fb2b87c27263343b02e2464f3be658f07543aada088d86c models/posttrain-100h/model.pt
16
+ df95cfdde8424e212739d953dc8821aeb9f5f2dc5f47eecf3c0ac40c2070400e models/posttrain-100h/model.pt.json
17
+ 8b06cebedc3fadc64b4795bd3730b29c794ba8bf38a237c5bf19e1e3aca74b9c models/pretrain/model.pt
18
+ b80f57650b0d94e3823fe02f72d6972687aa29cd7764e0de711a0aaf3c14669f models/pretrain/model.pt.json
19
+ 896e4edee7ec3e8ee87334bc3ba132661ba773ca5a9e04e1a6e63cdf3b450796 verification_report.json
 
 
 
 
 
 
 
 
asset_manifest.json CHANGED
The diff for this file is too large to render. See raw diff
 
external_dependencies.json CHANGED
@@ -6,8 +6,14 @@
6
  "model_license": "NVIDIA Open Model License",
7
  "name": "ACWM base and released baselines",
8
  "model_repository": "nvidia/DreamDojo",
 
 
 
 
 
9
  "source_license": "Apache-2.0",
10
- "source_repository": "https://github.com/NVIDIA/DreamDojo"
 
11
  },
12
  {
13
  "distribution": "gated_reference_only",
 
6
  "model_license": "NVIDIA Open Model License",
7
  "name": "ACWM base and released baselines",
8
  "model_repository": "nvidia/DreamDojo",
9
+ "model_revision": "89d029e10816d2995d700cb8ba06f171e0504203",
10
+ "base_model_path": "2B_pretrain/iter_000140000/model",
11
+ "base_model_files": 257,
12
+ "base_model_bytes": 12925543625,
13
+ "base_model_tree_manifest_sha256": "637680cd000b3f6490cb7f256102e1f1265404d4d179cee11d53ef6e1680d526",
14
  "source_license": "Apache-2.0",
15
+ "source_repository": "https://github.com/NVIDIA/DreamDojo",
16
+ "source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff"
17
  },
18
  {
19
  "distribution": "gated_reference_only",
models/2b/1000h/stage2-step2000/model.pt.json DELETED
The diff for this file is too large to render. See raw diff
 
models/2b/1000h/stage3-step3000/model.pt.json DELETED
The diff for this file is too large to render. See raw diff
 
models/2b/100h/stage3-step3000/model.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:65baa9073ea7d1cb0d355bb65364c05376ec7ccdb01e9606476b5150d68cf716
3
- size 4303228876
 
 
 
 
models/bridge/1000h/epoch300/model.pt.json DELETED
@@ -1,122 +0,0 @@
1
- {
2
- "action_dim": 22,
3
- "base_repository": "nvidia/DreamDojo",
4
- "bridge_contract_id": "agibot-alpha-22d-raw-adjacent-stride4",
5
- "bytes": 639457,
6
- "data_tier": "1000h",
7
- "kind": "bridge",
8
- "latent_dim": 32,
9
- "matching_lam_sha256": "3044958c89bc06fd56154ae2172648c8eb337e3c26fcd546aeacb61d4a8e5392",
10
- "model_scale": "2B",
11
- "optimizer_step": 300,
12
- "paper_role": "research",
13
- "release_path": "model.pt",
14
- "release_sha256": "4edda56902b62bedf8e3d2a6066003eafb260d48e382525f0a05629757c4a852",
15
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
16
- "source_sha256": "bf2aded6c70c0a908c6792450941bfb91d2bf47bfe3ff28923d7a8feee229bc3",
17
- "tensors": {
18
- "g_state.0.bias": {
19
- "dtype": "float32",
20
- "shape": [
21
- 256
22
- ]
23
- },
24
- "g_state.0.weight": {
25
- "dtype": "float32",
26
- "shape": [
27
- 256,
28
- 22
29
- ]
30
- },
31
- "g_state.2.bias": {
32
- "dtype": "float32",
33
- "shape": [
34
- 256
35
- ]
36
- },
37
- "g_state.2.weight": {
38
- "dtype": "float32",
39
- "shape": [
40
- 256,
41
- 256
42
- ]
43
- },
44
- "g_state.4.bias": {
45
- "dtype": "float32",
46
- "shape": [
47
- 32
48
- ]
49
- },
50
- "g_state.4.weight": {
51
- "dtype": "float32",
52
- "shape": [
53
- 32,
54
- 256
55
- ]
56
- },
57
- "h_state.0.bias": {
58
- "dtype": "float32",
59
- "shape": [
60
- 256
61
- ]
62
- },
63
- "h_state.0.weight": {
64
- "dtype": "float32",
65
- "shape": [
66
- 256,
67
- 32
68
- ]
69
- },
70
- "h_state.2.bias": {
71
- "dtype": "float32",
72
- "shape": [
73
- 256
74
- ]
75
- },
76
- "h_state.2.weight": {
77
- "dtype": "float32",
78
- "shape": [
79
- 256,
80
- 256
81
- ]
82
- },
83
- "h_state.4.bias": {
84
- "dtype": "float32",
85
- "shape": [
86
- 15
87
- ]
88
- },
89
- "h_state.4.weight": {
90
- "dtype": "float32",
91
- "shape": [
92
- 15,
93
- 256
94
- ]
95
- },
96
- "statistics.action_mean": {
97
- "dtype": "float32",
98
- "shape": [
99
- 22
100
- ]
101
- },
102
- "statistics.action_std": {
103
- "dtype": "float32",
104
- "shape": [
105
- 22
106
- ]
107
- },
108
- "statistics.zm": {
109
- "dtype": "float32",
110
- "shape": [
111
- 32
112
- ]
113
- },
114
- "statistics.zsd": {
115
- "dtype": "float32",
116
- "shape": [
117
- 32
118
- ]
119
- }
120
- },
121
- "verification_status": "tensor_exact"
122
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
models/bridge/100h/epoch300/model.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:29b74107a65f21e56ec5a8c7d21e29e501cbe79d569a3ed1454b68c5e7d64494
3
- size 639457
 
 
 
 
models/lam/1000h/stage1-step180/model.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d91cddb3635585571677f0081ee2aad2f09de6176563a514425bfd8f07207e6c
3
- size 2839525383
 
 
 
 
models/lam/100h/stage1-step149/model.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bcafc5f46416a7e633a857c141b45b5410ab356c131858b224c7c1fd33688ae
3
- size 2839525383
 
 
 
 
models/lam/100h/stage1-step149/model.pt.json DELETED
The diff for this file is too large to render. See raw diff
 
models/{2b/1000h/stage2-step2000 → lam}/model.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96c4d31fbf7019b2f4b9ea2f19af51c8b06349328e2c153d40e668fac6b5ff8f
3
- size 4303228812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:084f9b1ad1e09926c217a0fe7668e672f2e93b89314a4ff18eeed20b6b5cb6ee
3
+ size 2839525895
models/lam/{1000h/stage1-step180/model.pt.json → model.pt.json} RENAMED
@@ -1,17 +1,24 @@
1
  {
 
 
2
  "base_repository": "nvidia/DreamDojo",
 
 
3
  "bridge_contract_id": null,
4
- "bytes": 2839525383,
5
- "data_tier": "1000h",
 
 
6
  "kind": "stage1",
7
  "matching_lam_sha256": null,
8
  "model_scale": "2B",
9
- "optimizer_step": 180,
10
  "paper_role": "research",
 
 
11
  "release_path": "model.pt",
12
- "release_sha256": "d91cddb3635585571677f0081ee2aad2f09de6176563a514425bfd8f07207e6c",
13
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
14
- "source_sha256": "3044958c89bc06fd56154ae2172648c8eb337e3c26fcd546aeacb61d4a8e5392",
15
  "tensors": {
16
  "centerer.center": {
17
  "dtype": "float32",
@@ -5482,5 +5489,6 @@
5482
  ]
5483
  }
5484
  },
5485
- "verification_status": "tensor_exact"
 
5486
  }
 
1
  {
2
+ "base_model_path": "2B_pretrain/iter_000140000/model",
3
+ "base_model_revision": "89d029e10816d2995d700cb8ba06f171e0504203",
4
  "base_repository": "nvidia/DreamDojo",
5
+ "base_source_repository": "https://github.com/NVIDIA/DreamDojo.git",
6
+ "base_source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff",
7
  "bridge_contract_id": null,
8
+ "bytes": 2839525895,
9
+ "checkpoint_format": "cdlam.stage1.inference",
10
+ "data_tier": "multi-source",
11
+ "historical_training_source_commit": "315712d6d01ae09533f734e67cedd51525851520",
12
  "kind": "stage1",
13
  "matching_lam_sha256": null,
14
  "model_scale": "2B",
15
+ "optimizer_step": 300,
16
  "paper_role": "research",
17
+ "public_runtime_repository": "https://github.com/yufanwei/CD-LAM",
18
+ "public_runtime_revision": "aa1e2c33367e561d1387c33fac801e9e73893af8",
19
  "release_path": "model.pt",
20
+ "release_sha256": "084f9b1ad1e09926c217a0fe7668e672f2e93b89314a4ff18eeed20b6b5cb6ee",
21
+ "source_sha256": "8f6e8e259fc701553ffa2952ef2e84b727b6f5f0176f2a72833297e0127c311f",
 
22
  "tensors": {
23
  "centerer.center": {
24
  "dtype": "float32",
 
5489
  ]
5490
  }
5491
  },
5492
+ "verification_status": "tensor_exact",
5493
+ "weights_only_load": "pass"
5494
  }
action_contract.json → models/posttrain-100h/action_contract.json RENAMED
@@ -12,9 +12,10 @@
12
  "stats_sha256": "ea3999b4141236cf41c702b6c618bc6ab9ee696a80f154eaa91efbbf88fbd72b",
13
  "modality_relative_path": "shared_meta/AgiBot_modality.json",
14
  "modality_sha256": "29fd7cec495ddeb0baa8e6d13c3d73a259a1bb2447b7afb5fe2390f1e223a4ed",
 
 
15
  "legacy_bridge_sha256_by_scale_family": {
16
- "100h": "346710032ca50ba18876d2727981b18db60cb9e7bea1d6efdb10056bb7232fdd",
17
- "1000h": "bf2aded6c70c0a908c6792450941bfb91d2bf47bfe3ff28923d7a8feee229bc3"
18
  },
19
  "layout": [
20
  {"name": "left_arm_joint_position", "start": 0, "end": 7},
 
12
  "stats_sha256": "ea3999b4141236cf41c702b6c618bc6ab9ee696a80f154eaa91efbbf88fbd72b",
13
  "modality_relative_path": "shared_meta/AgiBot_modality.json",
14
  "modality_sha256": "29fd7cec495ddeb0baa8e6d13c3d73a259a1bb2447b7afb5fe2390f1e223a4ed",
15
+ "metadata_source_repository": "https://github.com/NVIDIA/DreamDojo.git",
16
+ "metadata_source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff",
17
  "legacy_bridge_sha256_by_scale_family": {
18
+ "100h": "346710032ca50ba18876d2727981b18db60cb9e7bea1d6efdb10056bb7232fdd"
 
19
  },
20
  "layout": [
21
  {"name": "left_arm_joint_position", "start": 0, "end": 7},
models/{bridge/1000h/epoch300/model.pt → posttrain-100h/bridge.pt} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4edda56902b62bedf8e3d2a6066003eafb260d48e382525f0a05629757c4a852
3
- size 639457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ab4ed2fe755d7e4fb127ef8f0e9d05feda859855d05f4509797f1bae301e8a
3
+ size 639927
models/{bridge/100h/epoch300/model.pt.json → posttrain-100h/bridge.pt.json} RENAMED
@@ -1,18 +1,25 @@
1
  {
2
  "action_dim": 22,
 
 
3
  "base_repository": "nvidia/DreamDojo",
 
 
4
  "bridge_contract_id": "agibot-alpha-22d-raw-adjacent-stride4",
5
- "bytes": 639457,
 
6
  "data_tier": "100h",
 
7
  "kind": "bridge",
8
  "latent_dim": 32,
9
  "matching_lam_sha256": "08fa663b1b9c3bb23edddfc7cd41344684f786f611fabf7d2b6618d282a4bbb9",
10
  "model_scale": "2B",
11
  "optimizer_step": 300,
12
  "paper_role": "research",
13
- "release_path": "model.pt",
14
- "release_sha256": "29b74107a65f21e56ec5a8c7d21e29e501cbe79d569a3ed1454b68c5e7d64494",
15
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
 
16
  "source_sha256": "346710032ca50ba18876d2727981b18db60cb9e7bea1d6efdb10056bb7232fdd",
17
  "tensors": {
18
  "g_state.0.bias": {
@@ -118,5 +125,6 @@
118
  ]
119
  }
120
  },
121
- "verification_status": "tensor_exact"
 
122
  }
 
1
  {
2
  "action_dim": 22,
3
+ "base_model_path": "2B_pretrain/iter_000140000/model",
4
+ "base_model_revision": "89d029e10816d2995d700cb8ba06f171e0504203",
5
  "base_repository": "nvidia/DreamDojo",
6
+ "base_source_repository": "https://github.com/NVIDIA/DreamDojo.git",
7
+ "base_source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff",
8
  "bridge_contract_id": "agibot-alpha-22d-raw-adjacent-stride4",
9
+ "bytes": 639927,
10
+ "checkpoint_format": "cdlam.action_to_latent_bridge",
11
  "data_tier": "100h",
12
+ "historical_training_source_commit": "315712d6d01ae09533f734e67cedd51525851520",
13
  "kind": "bridge",
14
  "latent_dim": 32,
15
  "matching_lam_sha256": "08fa663b1b9c3bb23edddfc7cd41344684f786f611fabf7d2b6618d282a4bbb9",
16
  "model_scale": "2B",
17
  "optimizer_step": 300,
18
  "paper_role": "research",
19
+ "public_runtime_repository": "https://github.com/yufanwei/CD-LAM",
20
+ "public_runtime_revision": "aa1e2c33367e561d1387c33fac801e9e73893af8",
21
+ "release_path": "bridge.pt",
22
+ "release_sha256": "e3ab4ed2fe755d7e4fb127ef8f0e9d05feda859855d05f4509797f1bae301e8a",
23
  "source_sha256": "346710032ca50ba18876d2727981b18db60cb9e7bea1d6efdb10056bb7232fdd",
24
  "tensors": {
25
  "g_state.0.bias": {
 
125
  ]
126
  }
127
  },
128
+ "verification_status": "tensor_exact",
129
+ "weights_only_load": "pass"
130
  }
models/{2b/100h/stage2-step2000 → posttrain-100h}/model.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a23eba8e9ae66d15e8aebe3fa66108c09270c60dee1f821d1823a0b779c3242e
3
- size 4303228812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07440025c3780f907fb2b87c27263343b02e2464f3be658f07543aada088d86c
3
+ size 4303229324
models/{2b/100h/stage3-step3000 → posttrain-100h}/model.pt.json RENAMED
@@ -1,16 +1,23 @@
1
  {
 
 
2
  "base_repository": "nvidia/DreamDojo",
 
 
3
  "bridge_contract_id": "agibot-alpha-22d-raw-adjacent-stride4",
4
- "bytes": 4303228876,
 
5
  "data_tier": "100h",
 
6
  "kind": "stage3",
7
  "matching_lam_sha256": "08fa663b1b9c3bb23edddfc7cd41344684f786f611fabf7d2b6618d282a4bbb9",
8
  "model_scale": "2B",
9
  "optimizer_step": 3000,
10
  "paper_role": "unverified",
 
 
11
  "release_path": "model.pt",
12
- "release_sha256": "65baa9073ea7d1cb0d355bb65364c05376ec7ccdb01e9606476b5150d68cf716",
13
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
14
  "source_sha256": "dc96a102dae1d884fb012b705e3bbe4f840e130a24764d877b4f9e822355d0cc",
15
  "tensors": {
16
  "trainable_state.action_embedder_B_3D.fc1.bias": {
@@ -3935,5 +3942,6 @@
3935
  ]
3936
  }
3937
  },
3938
- "verification_status": "tensor_exact"
 
3939
  }
 
1
  {
2
+ "base_model_path": "2B_pretrain/iter_000140000/model",
3
+ "base_model_revision": "89d029e10816d2995d700cb8ba06f171e0504203",
4
  "base_repository": "nvidia/DreamDojo",
5
+ "base_source_repository": "https://github.com/NVIDIA/DreamDojo.git",
6
+ "base_source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff",
7
  "bridge_contract_id": "agibot-alpha-22d-raw-adjacent-stride4",
8
+ "bytes": 4303229324,
9
+ "checkpoint_format": "cdlam.stage3.overlay",
10
  "data_tier": "100h",
11
+ "historical_training_source_commit": "315712d6d01ae09533f734e67cedd51525851520",
12
  "kind": "stage3",
13
  "matching_lam_sha256": "08fa663b1b9c3bb23edddfc7cd41344684f786f611fabf7d2b6618d282a4bbb9",
14
  "model_scale": "2B",
15
  "optimizer_step": 3000,
16
  "paper_role": "unverified",
17
+ "public_runtime_repository": "https://github.com/yufanwei/CD-LAM",
18
+ "public_runtime_revision": "aa1e2c33367e561d1387c33fac801e9e73893af8",
19
  "release_path": "model.pt",
20
+ "release_sha256": "07440025c3780f907fb2b87c27263343b02e2464f3be658f07543aada088d86c",
 
21
  "source_sha256": "dc96a102dae1d884fb012b705e3bbe4f840e130a24764d877b4f9e822355d0cc",
22
  "tensors": {
23
  "trainable_state.action_embedder_B_3D.fc1.bias": {
 
3942
  ]
3943
  }
3944
  },
3945
+ "verification_status": "tensor_exact",
3946
+ "weights_only_load": "pass"
3947
  }
models/{2b/1000h/stage3-step3000 → pretrain}/model.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3f5a6d45453f1948f3bae8ff601117031497ab4274d2e9e0f4cc57238895f7a
3
- size 4303228876
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b06cebedc3fadc64b4795bd3730b29c794ba8bf38a237c5bf19e1e3aca74b9c
3
+ size 4303229324
models/{2b/100h/stage2-step2000 → pretrain}/model.pt.json RENAMED
@@ -1,17 +1,24 @@
1
  {
 
 
2
  "base_repository": "nvidia/DreamDojo",
 
 
3
  "bridge_contract_id": null,
4
- "bytes": 4303228812,
5
- "data_tier": "100h",
 
 
6
  "kind": "stage2",
7
- "matching_lam_sha256": "08fa663b1b9c3bb23edddfc7cd41344684f786f611fabf7d2b6618d282a4bbb9",
8
  "model_scale": "2B",
9
- "optimizer_step": 2000,
10
- "paper_role": "unverified",
 
 
11
  "release_path": "model.pt",
12
- "release_sha256": "a23eba8e9ae66d15e8aebe3fa66108c09270c60dee1f821d1823a0b779c3242e",
13
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
14
- "source_sha256": "6f0d0fc3e356485df82370515eff523667258dc354a5ec8baa32a60a6d91a4fc",
15
  "tensors": {
16
  "trainable_state.action_embedder_B_3D.fc1.bias": {
17
  "dtype": "bfloat16",
@@ -3935,5 +3942,6 @@
3935
  ]
3936
  }
3937
  },
3938
- "verification_status": "tensor_exact"
 
3939
  }
 
1
  {
2
+ "base_model_path": "2B_pretrain/iter_000140000/model",
3
+ "base_model_revision": "89d029e10816d2995d700cb8ba06f171e0504203",
4
  "base_repository": "nvidia/DreamDojo",
5
+ "base_source_repository": "https://github.com/NVIDIA/DreamDojo.git",
6
+ "base_source_revision": "02f119b759d5c7f84a399fdeea3c6e82e7ed6cff",
7
  "bridge_contract_id": null,
8
+ "bytes": 4303229324,
9
+ "checkpoint_format": "cdlam.stage2.overlay",
10
+ "data_tier": "multi-source",
11
+ "historical_training_source_commit": "315712d6d01ae09533f734e67cedd51525851520",
12
  "kind": "stage2",
13
+ "matching_lam_sha256": "8f6e8e259fc701553ffa2952ef2e84b727b6f5f0176f2a72833297e0127c311f",
14
  "model_scale": "2B",
15
+ "optimizer_step": 4000,
16
+ "paper_role": "research",
17
+ "public_runtime_repository": "https://github.com/yufanwei/CD-LAM",
18
+ "public_runtime_revision": "aa1e2c33367e561d1387c33fac801e9e73893af8",
19
  "release_path": "model.pt",
20
+ "release_sha256": "8b06cebedc3fadc64b4795bd3730b29c794ba8bf38a237c5bf19e1e3aca74b9c",
21
+ "source_sha256": "cffba094336590c92ea3c24deb3771458ae60d2c439e191f32717d8ccd4f0826",
 
22
  "tensors": {
23
  "trainable_state.action_embedder_B_3D.fc1.bias": {
24
  "dtype": "bfloat16",
 
3942
  ]
3943
  }
3944
  },
3945
+ "verification_status": "tensor_exact",
3946
+ "weights_only_load": "pass"
3947
  }
verification_report.json CHANGED
@@ -1,100 +1,18 @@
1
  {
2
- "asset_count": 8,
3
- "assets": [
4
- {
5
- "bytes": 2839525383,
6
- "id": "lam-100h-stage1-step149",
7
- "path": "models/lam/100h/stage1-step149/model.pt",
8
- "release_sha256": "2bcafc5f46416a7e633a857c141b45b5410ab356c131858b224c7c1fd33688ae",
9
- "status": "passed"
10
- },
11
- {
12
- "bytes": 4303228812,
13
- "id": "2b-100h-stage2-step2000",
14
- "path": "models/2b/100h/stage2-step2000/model.pt",
15
- "release_sha256": "a23eba8e9ae66d15e8aebe3fa66108c09270c60dee1f821d1823a0b779c3242e",
16
- "status": "passed"
17
- },
18
- {
19
- "bytes": 639457,
20
- "id": "bridge-100h",
21
- "path": "models/bridge/100h/epoch300/model.pt",
22
- "release_sha256": "29b74107a65f21e56ec5a8c7d21e29e501cbe79d569a3ed1454b68c5e7d64494",
23
- "status": "passed"
24
- },
25
- {
26
- "bytes": 4303228876,
27
- "id": "2b-100h-stage3-step3000",
28
- "path": "models/2b/100h/stage3-step3000/model.pt",
29
- "release_sha256": "65baa9073ea7d1cb0d355bb65364c05376ec7ccdb01e9606476b5150d68cf716",
30
- "status": "passed"
31
- },
32
- {
33
- "bytes": 2839525383,
34
- "id": "lam-1000h-stage1-step180",
35
- "path": "models/lam/1000h/stage1-step180/model.pt",
36
- "release_sha256": "d91cddb3635585571677f0081ee2aad2f09de6176563a514425bfd8f07207e6c",
37
- "status": "passed"
38
- },
39
- {
40
- "bytes": 4303228812,
41
- "id": "2b-1000h-stage2-step2000",
42
- "path": "models/2b/1000h/stage2-step2000/model.pt",
43
- "release_sha256": "96c4d31fbf7019b2f4b9ea2f19af51c8b06349328e2c153d40e668fac6b5ff8f",
44
- "status": "passed"
45
- },
46
- {
47
- "bytes": 639457,
48
- "id": "bridge-1000h",
49
- "path": "models/bridge/1000h/epoch300/model.pt",
50
- "release_sha256": "4edda56902b62bedf8e3d2a6066003eafb260d48e382525f0a05629757c4a852",
51
- "status": "passed"
52
- },
53
- {
54
- "bytes": 4303228876,
55
- "id": "2b-1000h-stage3-step3000",
56
- "path": "models/2b/1000h/stage3-step3000/model.pt",
57
- "release_sha256": "b3f5a6d45453f1948f3bae8ff601117031497ab4274d2e9e0f4cc57238895f7a",
58
- "status": "passed"
59
- }
60
- ],
61
- "checks": {
62
- "asset_manifest_and_release_sha256": "passed",
63
- "checkpoint_top_level_schema": "passed",
64
- "cjk_scan": "passed",
65
- "legacy_experiment_identifier_scan": "passed",
66
- "nvidia_agreement_copy_identity": "passed",
67
- "nvidia_cosmos_attribution_presence": "passed",
68
- "nvidia_redistribution_notice_presence": "passed",
69
- "private_machine_path_scan": "passed",
70
- "sanitizer_reload_tensor_comparison": "tensor_exact",
71
- "symlink_scan": "passed",
72
- "upstream_branding": "allowlisted_attribution_only",
73
- "weights_only_checkpoint_load": "passed"
74
- },
75
- "nvidia_agreement": {
76
- "authoritative_source": "https://www.nvidia.com/content/dam/en-zz/Solutions/license-agreements/enterprise-software/nvidia-open-model-license-agreements-24-10-2025.pdf",
77
- "path": "NVIDIA_OPEN_MODEL_LICENSE.pdf",
78
- "sha256": "4d2fb590aa9b30c47f2058bff17291df7fa2aa0c1bd775a20703da9bb267cfab",
79
- "version_release_date": "October 24, 2025"
80
- },
81
- "release_family": "CD-LAM-2B",
82
  "schema_version": 1,
83
- "source_code_commit": "315712d6d01ae09533f734e67cedd51525851520",
84
- "text_files_with_allowlisted_upstream_attribution": [
85
- "MODEL_LICENSE_NOTICE.md",
86
- "asset_manifest.json",
87
- "external_dependencies.json",
88
- "models/2b/1000h/stage2-step2000/model.pt.json",
89
- "models/2b/1000h/stage3-step3000/model.pt.json",
90
- "models/2b/100h/stage2-step2000/model.pt.json",
91
- "models/2b/100h/stage3-step3000/model.pt.json",
92
- "models/bridge/1000h/epoch300/model.pt.json",
93
- "models/bridge/100h/epoch300/model.pt.json",
94
- "models/lam/1000h/stage1-step180/model.pt.json",
95
- "models/lam/100h/stage1-step149/model.pt.json"
96
- ],
97
- "upstream_base_references_in_checkpoint_metadata": 8,
98
- "verification_status": "passed",
99
- "weight_bytes": 22893245056
100
  }
 
1
  {
2
+ "auxiliary_bytes": 641320,
3
+ "auxiliary_file_count": 2,
4
+ "checkpoint_inventory_closed": true,
5
+ "checkpoint_schema_validation": "pass",
6
+ "distribution_scope": "inference_evaluation",
7
+ "hash_validation": "pass",
8
+ "license_inventory": "pass",
9
+ "main_model_bytes": 11445984543,
10
+ "main_model_count": 3,
11
+ "manifest_sha256": "c603a22042b964011fc6d4c7656c6719dd1cb23d49a559989bd1f1393ea5fe58",
12
+ "private_marker_scan": "pass",
13
+ "release_id": "cd-lam-2b-three-entry",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  "schema_version": 1,
15
+ "status": "upload_ready",
16
+ "tensor_exact_staging": "pass",
17
+ "weights_only_load": "pass"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }