yypeng666 commited on
Commit
eb71525
·
verified ·
1 Parent(s): 4950611

Update checkpoint manifest with resumed checkpoint status

Browse files
Files changed (1) hide show
  1. checkpoint_manifest.json +21 -1
checkpoint_manifest.json CHANGED
@@ -21,6 +21,24 @@
21
  "local_source": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/5000",
22
  "size": "9.0G",
23
  "files": 28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  }
25
  ],
26
  "model": {
@@ -35,6 +53,8 @@
35
  "num_train_steps": 20000,
36
  "batch_size": 4,
37
  "ema_decay": null,
38
- "base_checkpoint": "gs://openpi-assets/checkpoints/pi05_base/params"
 
 
39
  }
40
  }
 
21
  "local_source": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/5000",
22
  "size": "9.0G",
23
  "files": 28
24
+ },
25
+ {
26
+ "step": 15000,
27
+ "path": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/15000",
28
+ "local_source": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/15000",
29
+ "size": "8.9G",
30
+ "files": 27,
31
+ "upload_status": "uploaded",
32
+ "notes": "Resumed from local step 5000 on the same IDEAS-Lab-Northwestern/sim-table dataset."
33
+ },
34
+ {
35
+ "step": 25000,
36
+ "path": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/25000",
37
+ "local_source": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/25000",
38
+ "size": "8.9G",
39
+ "files": 27,
40
+ "upload_status": "pending_hf_storage_quota",
41
+ "notes": "Final checkpoint after 20000 additional training steps resumed from local step 5000. Upload attempt on 2026-05-01 was blocked by Hugging Face private repository storage quota."
42
  }
43
  ],
44
  "model": {
 
53
  "num_train_steps": 20000,
54
  "batch_size": 4,
55
  "ema_decay": null,
56
+ "base_checkpoint": "gs://openpi-assets/checkpoints/pi05_base/params",
57
+ "resume_checkpoint": "checkpoints/pi05_clutter_libero_lora/sim_table_lora/5000",
58
+ "resumed_until_step": 25000
59
  }
60
  }