We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9809d8a commit 5118ef6Copy full SHA for 5118ef6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v6.16.3 (2025-10-18)
4
+
5
+### Fix
6
7
+* fix: sync matryoshka implementation with dictionary_learning (#571) ([`9809d8a`](https://github.com/jbloomAus/SAELens/commit/9809d8a9a2ea3de4e45f27a336bb9242126f6a14))
8
9
## v6.16.2 (2025-10-18)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
-version = "6.16.2"
+version = "6.16.3"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
sae_lens/__init__.py
@@ -1,5 +1,5 @@
# ruff: noqa: E402
-__version__ = "6.16.2"
+__version__ = "6.16.3"
import logging
0 commit comments