You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,27 +24,27 @@ This library provides:
24
24
To add our library as a project dependency, run:
25
25
26
26
```bash
27
-
uv add lm-saes
27
+
uv add lm-saes==2.0.0b16
28
28
```
29
29
30
30
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:
31
31
32
32
```bash
33
-
uv add lm-saes[npu]
33
+
uv add lm-saes[npu]==2.0.0b16
34
34
```
35
35
36
36
=== "Pip"
37
37
38
38
Of course, you can also directly use [pip](https://pypi.org/project/pip/) to install our library. To install our library with pip, run:
39
39
40
40
```bash
41
-
pip install lm-saes
41
+
pip install lm-saes==2.0.0b16
42
42
```
43
43
44
44
We also support [Ascend NPU](https://github.com/Ascend/pytorch) as an accelerator backend. To install our library with NPU dependency constraints, run:
45
45
46
46
```bash
47
-
pip install lm-saes[npu]
47
+
pip install lm-saes[npu]==2.0.0b16
48
48
```
49
49
50
50
### Load a trained Sparse Autoencoder from HuggingFace
0 commit comments