Skip to content

Commit

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



## v3.19.3 (2024-09-04)

### Fix

* fix: more gemma scope canonical ids + a few canonical ids were off. (#280)

* fix model name in config for it models

* add 9b non-standard sizes

* fix att 131k canonical that were off

* fix mlp 131k canonical that were off ([`aa3e733`](https://github.com/jbloomAus/SAELens/commit/aa3e733a352052b7b27b48b9617cea99099b4c0a))


## v3.19.2 (2024-09-04)

### Fix
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.19.2"
version = "3.19.3"
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.19.2"
__version__ = "3.19.3"


from .analysis.hooked_sae_transformer import HookedSAETransformer
Expand Down

0 comments on commit e828eac

Please sign in to comment.