upload package manifest
Browse files- package_manifest.yaml +36 -0
package_manifest.yaml
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
package_name: cosmos_battery
|
| 2 |
+
package_purpose: inference-only export staging area for the Piper14 Cosmos3 battery policy
|
| 3 |
+
run:
|
| 4 |
+
project: cosmos3_action
|
| 5 |
+
group: battery_piper14
|
| 6 |
+
name: battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline
|
| 7 |
+
source_provenance_dir: reports/cosmos3_piper14/cosmos3_action/battery_piper14/battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline
|
| 8 |
+
required_package_files:
|
| 9 |
+
- README.md
|
| 10 |
+
- package_manifest.yaml
|
| 11 |
+
- provenance/config.yaml
|
| 12 |
+
- provenance/job_env.yaml
|
| 13 |
+
- provenance/launch_info.yaml
|
| 14 |
+
candidate_export_dirs:
|
| 15 |
+
- name: 12k
|
| 16 |
+
step: 12000
|
| 17 |
+
status: exported_complete
|
| 18 |
+
source_checkpoint: reports/cosmos3_piper14/cosmos3_action/battery_piper14/battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline/checkpoints/iter_000012000
|
| 19 |
+
- name: 16k
|
| 20 |
+
step: 16000
|
| 21 |
+
status: exported_complete
|
| 22 |
+
source_checkpoint: reports/cosmos3_piper14/cosmos3_action/battery_piper14/battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline/checkpoints/iter_000016000
|
| 23 |
+
- name: 18k
|
| 24 |
+
step: 18000
|
| 25 |
+
status: exported_complete
|
| 26 |
+
source_checkpoint: reports/cosmos3_piper14/cosmos3_action/battery_piper14/battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline/checkpoints/iter_000018000
|
| 27 |
+
- name: 20k
|
| 28 |
+
step: 20000
|
| 29 |
+
status: exported_complete
|
| 30 |
+
source_checkpoint: reports/cosmos3_piper14/cosmos3_action/battery_piper14/battery_piper14_cosmos3_nano_20000step_4gpu_b8_acc1_offline/checkpoints/iter_000020000
|
| 31 |
+
runtime_code_dependencies_not_packaged:
|
| 32 |
+
- piper_cosmos/cosmos3/domain.py
|
| 33 |
+
- piper_cosmos/cosmos3/action_policy_piper14_nano.py
|
| 34 |
+
notes:
|
| 35 |
+
- All four exported checkpoint directories have been verified present with config, checkpoint metadata, index, and seven weight shards.
|
| 36 |
+
- Exported model directories should be created by cosmos_framework.scripts.export_model, not by hand.
|