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 92ef848 commit 4aaa2b6Copy full SHA for 4aaa2b6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v6.16.2 (2025-10-18)
4
+
5
+### Fix
6
7
+* fix: improve batchtopk handling of 3d+ inputs (#570) ([`92ef848`](https://github.com/jbloomAus/SAELens/commit/92ef8484428d2e52a88983abedef283347c2e00f))
8
9
## v6.16.1 (2025-10-16)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
-version = "6.16.1"
+version = "6.16.2"
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.1"
+__version__ = "6.16.2"
import logging
0 commit comments