Skip to content

Commit b5cb985

Browse files
author
github-actions
committed
0.3.2
Automatically generated by python-semantic-release
1 parent ba0956e commit b5cb985

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## v0.3.2 (2025-01-14)
6+
7+
### Fix
8+
9+
* fix: use GPU for llm probing ([`ba0956e`](https://github.com/adamkarvonen/SAEBench/commit/ba0956e74ee541716823b5df98d91576b6af05a1))
10+
11+
### Unknown
12+
13+
* Don't hardcode the device for unlearning ([`a594ee6`](https://github.com/adamkarvonen/SAEBench/commit/a594ee6e8bc751f0f1502e5db5410992d6289793))
14+
15+
* Update unlearning data path ([`443761d`](https://github.com/adamkarvonen/SAEBench/commit/443761dcac34aa50201f2edc2564c622ff861eaa))
16+
17+
518
## v0.3.1 (2025-01-14)
619

720
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sae-bench"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A framework for evaluating sparse autoencoders"
55
authors = [
66
"Adam Karvonen <[email protected]>",

0 commit comments

Comments
 (0)