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 8f16fa5 commit 91ca16cCopy full SHA for 91ca16c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v6.18.0 (2025-10-22)
4
+
5
+### Feature
6
7
+* feat: add LLMRunnerConfig.from_dict() method (#574) ([`8f16fa5`](https://github.com/jbloomAus/SAELens/commit/8f16fa54c95c2eacc7f3d3e7e77a7d9348f131d3))
8
9
## v6.17.0 (2025-10-18)
10
11
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
-version = "6.17.0"
+version = "6.18.0"
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.17.0"
+__version__ = "6.18.0"
import logging
0 commit comments