Releases: decoderesearch/SAELens
v6.11.0
v6.11.0 (2025-09-03)
Feature
-
feat: support Anthropic's JumpReLU training setup (#541)
-
feat: support Anthropic's JumpReLU training setup
-
Update sae_lens/saes/jumprelu_sae.py
Co-authored-by: Copilot <[email protected]>
-
improving tests
-
Update docs/training_saes.md
Co-authored-by: Anthony Duong <[email protected]>
- feedback from CR
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Anthony Duong <[email protected]> (3d81e2d)
v6.10.0
v6.9.1
v6.9.1 (2025-08-30)
Fix
-
fix: add config loader for mntss clt by layer (#535)
-
feat: add mntss clts to pretrained yaml
-
fix: make config loader for mntss CLTs
-
fix: pyright
-
changes from CR
-
bust hf cache
-
fixing linting
Co-authored-by: David Chanin <[email protected]> (c2a678f)
v6.9.0
v6.8.0
v6.7.0
v6.6.5
v6.6.5 (2025-08-27)
Chore
-
chore: reduce disk usage in CI (#533)
-
chore: skip caching .venv to save disk space
-
try skipping hf cache
-
trying to just skip all caching
-
more debugging logging for disk space
-
more debugging logging for disk space
-
more debugging
-
less logging, more speed
-
reducing disk usage of some tests
-
breaking hf cache (
a2b4cb1)
Documentation
- docs: migration doc - note that non-essential config values are moved into cfg.metadata (#529) (
52b5ac8)
Fix
-
fix: Stable Kullback-Leibler in evals.py (#532)
-
Update evals.py
-
chore: fmt
-
test that kl calculation matches original behavior
Co-authored-by: David Chanin <[email protected]> (72a40e8)
v6.6.4
v6.6.4 (2025-08-20)
Fix
-
fix: move automated-interpretability to an optional dependency in sae-lens (#525)
-
move automated-interpretability to an optional dependency in sae-lens
-
moving automated-interpretability imports into functions that use them
-
adding automated-interpretability to dev deps for CI
-
adding helpful error message if user tries to run stuff that requires automated-interp
-
fixing tests (
6b09859)