Skip to content

Releases: decoderesearch/SAELens

v6.11.0

03 Sep 11:02

Choose a tag to compare

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

01 Sep 11:40

Choose a tag to compare

v6.10.0 (2025-09-01)

Feature

  • feat: add output_path option to LLM training runner (#536)

  • feat: adding an explit output_path param to llm runner

  • allow setting for checkpoint paths

  • changes from CR (03cabd8)

v6.9.1

30 Aug 23:18

Choose a tag to compare

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

29 Aug 20:45

Choose a tag to compare

v6.9.0 (2025-08-29)

Feature

  • feat: add mntss clts to pretrained yaml (#534) (26f29f9)

v6.8.0

27 Aug 10:06

Choose a tag to compare

v6.8.0 (2025-08-27)

Feature

  • feat: Migrate Neuronpedia usages to either the library or remove it (#528)

  • Remove automated_interpretability and all usages

  • fix: missed removing other autointerp package in pyproject.toml (571c81f)

v6.7.0

27 Aug 01:14

Choose a tag to compare

v6.7.0 (2025-08-27)

Feature

  • feat: Load CLTs from mntss as single-layer transcoders (#526)

  • load each layer of mntss CLTs as its own transcoder

  • rename mntss clt loader

  • fixing mntss loading

  • fixing linting (60c3848)

v6.6.5

27 Aug 00:44

Choose a tag to compare

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

20 Aug 00:36

Choose a tag to compare

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)

v6.6.3

18 Aug 13:48

Choose a tag to compare

v6.6.3 (2025-08-18)

Fix

  • fix: fixing mwhanna 14b transcoder loading (#523) (3a4b415)

v6.6.2

18 Aug 13:00

Choose a tag to compare

v6.6.2 (2025-08-18)

Fix

  • fix: fixing mwhanna 8b qwen transcoder paths (#522)

  • fixing mwhanna 8b qwen transcoder paths

  • catch just the not found error in huggingface hub (256617a)