Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This library provides:
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:

```bash
uv add lm-saes[npu]==2.0.0b16
uv add lm-saes[npu]
```

=== "Pip"
Expand All @@ -44,7 +44,7 @@ This library provides:
We also support [Ascend NPU](https://github.com/Ascend/pytorch) as an accelerator backend. To install our library with NPU dependency constraints, run:

```bash
pip install lm-saes[npu]==2.0.0b16
pip install lm-saes[npu]
```

### Load a trained Sparse Autoencoder from HuggingFace
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,5 @@ version_files = [
"README.md:pip install lm-saes==",
"README.md:uv add lm-saes==",
"docs/index.md:uv add lm-saes==",
"docs/index.md:uv add lm-saes[npu]==",
"docs/index.md:pip install lm-saes==",
"docs/index.md:pip install lm-saes[npu]==",
]