Skip to content

Commit 54f2d19

Browse files
committed
docs(home): temporarily specify beta version in installation
1 parent 3f5098a commit 54f2d19

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/index.md

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

2626
```bash
27-
uv add lm-saes
27+
uv add lm-saes==2.0.0b16
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:
3131

3232
```bash
33-
uv add lm-saes[npu]
33+
uv add lm-saes[npu]==2.0.0b16
3434
```
3535

3636
=== "Pip"
3737

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 lm-saes
41+
pip install lm-saes==2.0.0b16
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:
4545

4646
```bash
47-
pip install lm-saes[npu]
47+
pip install lm-saes[npu]==2.0.0b16
4848
```
4949

5050
### Load a trained Sparse Autoencoder from HuggingFace

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,8 @@ update_changelog_on_bump = true
206206
version_files = [
207207
"README.md:pip install lm-saes==",
208208
"README.md:uv add lm-saes==",
209+
"docs/index.md:uv add lm-saes==",
210+
"docs/index.md:uv add lm-saes[npu]==",
211+
"docs/index.md:pip install lm-saes==",
212+
"docs/index.md:pip install lm-saes[npu]==",
209213
]

0 commit comments

Comments
 (0)