Skip to content

Commit e5119b3

Browse files
bump: version 2.0.0b32 → 2.0.0b33
1 parent fe18103 commit e5119b3

6 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.0.0b33 (2026-04-18)
2+
3+
4+
- Merge pull request #219 from OpenMOSS/dev
5+
- Release: rename package lm-saes to llamascopium
6+
- chore: rename package lm-saes to llamascopium (#218)
7+
18
## v2.0.0b32 (2026-04-17)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
Use [pip](https://pypi.org/project/pip/) to install Llamascopium:
3636

3737
```bash
38-
pip install llamascopium==2.0.0b32
38+
pip install llamascopium==2.0.0b33
3939
```
4040

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

4343
```bash
44-
uv add llamascopium==2.0.0b32
44+
uv add llamascopium==2.0.0b33
4545
```
4646

4747
to add Llamascopium as your project dependency.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This library provides:
2424
To add our library as a project dependency, run:
2525

2626
```bash
27-
uv add llamascopium==2.0.0b32
27+
uv add llamascopium==2.0.0b33
2828
```
2929

3030
We also support [Ascend NPU](https://github.com/Ascend/pytorch) as an accelerator backend. To add our library as a project dependency with NPU dependency constraints, run:
@@ -38,7 +38,7 @@ This library provides:
3838
Of course, you can also directly use [pip](https://pypi.org/project/pip/) to install our library. To install our library with pip, run:
3939

4040
```bash
41-
pip install llamascopium==2.0.0b32
41+
pip install llamascopium==2.0.0b33
4242
```
4343

4444
We also support [Ascend NPU](https://github.com/Ascend/pytorch) as an accelerator backend. To install our library with NPU dependency constraints, run:

pyproject.toml

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

shim/lm-saes/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "lm-saes"
3-
version = "2.0.0b32"
3+
version = "2.0.0b33"
44
description = "Shim package — lm-saes has been renamed to llamascopium. Install llamascopium directly."
55
requires-python = ">=3.11,<3.13"
6-
dependencies = ["llamascopium==2.0.0b32"]
6+
dependencies = ["llamascopium==2.0.0b33"]
77
readme = "README.md"
88

99
[[project.authors]]

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)