doc: mention the nbs better

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
thiswillbeyourgithub
2025-09-11 08:33:45 +02:00
parent 3e86c6a1a8
commit e7aa9e00b7
+6 -4
View File
@@ -9,7 +9,12 @@ Install using
pip install git+https://github.com/wassname/activation_store.git
```
Example
## Examples
Full examples can be found in the [nbs folder](./nbs).
```py
layer_groups = {'mlp.down_proj': [
'model.layers.21.mlp.down_proj',
@@ -47,9 +52,6 @@ git clone https//github.com/wassname/activation_store.git
uv sync
```
see examples in `nbs` folder.
## TODO:
- [x] test compression: it's not worth the [complexity](https://github.com/EleutherAI/elk/blob/84e99a36a5050881d85f1510a2486ce46ac1f942/elk/extraction/extraction.py#L382)