Skip to content

Commit

Permalink
3.23.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 3, 2024
1 parent 606f464 commit 3ff9c85
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v3.23.1 (2024-10-03)

### Chore

* chore: Change print warning messages to warnings.warn messages in activations-store (#314) ([`606f464`](https://github.com/jbloomAus/SAELens/commit/606f4648db6dd5fdee377d5c9e6a5f54a4a848b4))

### Fix

* fix: Correctly load SAE Bench TopK SAEs (#308) ([`4fb5bbe`](https://github.com/jbloomAus/SAELens/commit/4fb5bbe4f066ede1f0bc13bf0146dea2ffd29ea9))


## v3.23.0 (2024-10-01)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
version = "3.23.0"
version = "3.23.1"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sae_lens/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.23.0"
__version__ = "3.23.1"


from .analysis.hooked_sae_transformer import HookedSAETransformer
Expand Down

0 comments on commit 3ff9c85

Please sign in to comment.