Skip to content

Commit

Permalink
5.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 23, 2025
1 parent 60c97f5 commit 4d3f548
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v5.3.3 (2025-01-23)

### Fix

* fix: removing invalid gemma scope SAEs from the supported SAEs llist (#408) ([`60c97f5`](https://github.com/jbloomAus/SAELens/commit/60c97f5174545f8da0c6af5b52605633cf5e34a5))


## v5.3.2 (2025-01-17)

### 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 = "5.3.2"
version = "5.3.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,5 +1,5 @@
# ruff: noqa: E402
__version__ = "5.3.2"
__version__ = "5.3.3"

import logging

Expand Down

0 comments on commit 4d3f548

Please sign in to comment.