Skip to content

Commit d3a3e2c

Browse files
bump: version 2.0.0b9 → 2.0.0b10
1 parent e50a110 commit d3a3e2c

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.0b10 (2026-02-11)
2+
3+
### Perf
4+
5+
- **ui/server**: enhance sampling caching
6+
17
## v2.0.0b9 (2026-02-09)
28

39
### Feat

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
Use [pip](https://pypi.org/project/pip/) to install Language-Model-SAEs:
3434

3535
```bash
36-
pip install lm-saes==2.0.0b9
36+
pip install lm-saes==2.0.0b10
3737
```
3838

3939
We also highly recommend using [uv](https://docs.astral.sh/uv/) to manage your own project dependencies. You can use
4040

4141
```bash
42-
uv add lm-saes==2.0.0b9
42+
uv add lm-saes==2.0.0b10
4343
```
4444

4545
to add Language-Model-SAEs as your project dependency.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lm-saes"
3-
version = "2.0.0b9"
3+
version = "2.0.0b10"
44
description = "For OpenMOSS Mechanistic Interpretability Team's Sparse Autoencoder (SAE) research. Open-sourced and constantly updated."
55
dependencies = [
66
"transformer-lens",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)