Commit 5f0f31c
Fix dead checkpoint_hub reference in .gitignore, point to real archive
The .gitignore comment referenced `python -m src.utils.checkpoint_hub
download --checkpoint <name>` as if it existed -- it never did, so every
run checkpoint (V15-V23, the ones CLAUDE.md's results sections cite as
evidence) lived only on local disk with zero backup. Archived the 6
canonical runs to https://huggingface.co/geestaltt/3-adic-vae-checkpoints
(checkpoint.pt + config.yaml + results.json each) before doing any local
cleanup, then removed runs/visualizations/v7_large (4.2GB of regenerable
PNG/SVG/HTML, zero .pt files) and 53 crashed/empty run directories (zero
checkpoints each, ~1.2MB total) -- runs/ went from 15GB/112 dirs to
11GB/59 dirs with the archived checkpoints verified intact and zero
information loss (every deleted directory had 0 .pt files).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent b7b3d95 commit 5f0f31c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments