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 61638d2 commit 2fae96cCopy full SHA for 2fae96c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v6.16.1 (2025-10-16)
4
+
5
+### Fix
6
7
+* fix: pretrained_sae_loader doc file link (#569) ([`61638d2`](https://github.com/jbloomAus/SAELens/commit/61638d269670f9e686bea373d4e3f0f432ed54e3))
8
9
## v6.16.0 (2025-10-14)
10
11
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
-version = "6.16.0"
+version = "6.16.1"
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.0"
+__version__ = "6.16.1"
import logging
0 commit comments