File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v6.17.0 (2025-10-18)
4+
5+ ### Feature
6+
7+ * feat: Resume training from checkpoints (#561 )
8+
9+ * setting up saving / resuming from checkpoints in training
10+
11+ * adding some tests for checkpointing
12+
13+ * more tests
14+
15+ * adding docs
16+
17+ * reverting notebooks, not sure why they changed
18+
19+ * try busting CI cache
20+
21+ * fixing tests
22+
23+ * fixing tests
24+
25+ * changes from CR ([ ` dee399c ` ] ( https://github.com/jbloomAus/SAELens/commit/dee399c4ccdc9e29ed1f539c4af03c17aba48c4a ) )
26+
327## v6.16.3 (2025-10-18)
428
529### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sae-lens"
3- version = " 6.16.3 "
3+ version = " 6.17.0 "
44description = " Training and Analyzing Sparse Autoencoders (SAEs)"
55authors = [" Joseph Bloom" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 11# ruff: noqa: E402
2- __version__ = "6.16.3 "
2+ __version__ = "6.17.0 "
33
44import logging
55
You can’t perform that action at this time.
0 commit comments