Skip to content

Commit

Permalink
5.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 25, 2025
1 parent 871cdf0 commit ffa436c
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 @@



## v5.5.2 (2025-02-25)

### Fix

* fix: Merge pull request #435 from jbloomAus/np_r1

fix: Pretrained YAML for ds r1 ([`871cdf0`](https://github.com/jbloomAus/SAELens/commit/871cdf0ec08d77bc6bd44f3e88119d291b200b5c))

* fix: deepseek ([`ddb1042`](https://github.com/jbloomAus/SAELens/commit/ddb10426e6260466cb16a05bfbf908e314c7ce0f))


## v5.5.1 (2025-02-25)

### 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.5.1"
version = "5.5.2"
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.5.1"
__version__ = "5.5.2"

import logging

Expand Down

0 comments on commit ffa436c

Please sign in to comment.