mirror of
https://github.com/wassname/activation_store.git
synced 2026-08-11 11:14:18 +08:00
doc: mention the nbs better
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user