Skip to content

Commit 5f0f31c

Browse files
gesttalttclaude
andcommitted
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

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,12 @@ sandbox-training/
134134
sandbox/
135135

136136
# Large model checkpoints (stored on Hugging Face Hub)
137-
# Use: python -m src.utils.checkpoint_hub download --checkpoint <name>
137+
# The `checkpoint_hub` download tool this comment used to reference was never
138+
# actually built -- checkpoints lived only on local disk with no backup until
139+
# 2026-07-18. Canonical run checkpoints (V15-V23, the ones CLAUDE.md's
140+
# results sections cite) are now archived at
141+
# https://huggingface.co/geestaltt/3-adic-vae-checkpoints (download manually,
142+
# e.g. via huggingface_hub.hf_hub_download -- no CLI wrapper exists yet).
138143
**/*.pt
139144
*.7z
140145
/visualizations/

0 commit comments

Comments
 (0)