Releases: callummcdougall/sae_vis
v0.2.19
v0.2.19 (2024-06-12)
Chore
- chore: setting up pytest (
2079d00
)
Fix
- fix: running 'make format' to fix formatting (
4c70b63
)
Unknown
- Merge pull request #51 from chanind/fix-formatting
fix: running 'make format' to fix formatting (ecc2fa9
)
- Merge pull request #49 from shehper/pre-encoder-bias
reformatted sae_vis/data_fetching_fns.py to comply with linting rules (a493e42
)
- Merge pull request #50 from afspies/patch-1
Add check for valid feature_idx in save_feature_centric_vis (ff23f13
)
- Add check for valid feature_idx in save_feature_centric_vis
Added an assert which ensures that the feature_idx
specified a user is present in the feature_data_dict
. If this is not the case then the html will still be produced but will not contain divs for the other features, which made the source of the error a bit tricky to track down. (4dc05ff
)
-
reformat sae_vis/data_fetching_fns.py to comply with linting rules (
3f6f8bf
) -
Merge pull request #48 from shehper/pre-encoder-bias
config to remove pre-encoder bias (0ca55da
)
-
added config for removing pre-encoder bias (
c037c41
) -
Merge pull request #44 from chanind/pytest-setup
chore: setting up pytest (034eefa
)
v0.2.18
v0.2.18 (2024-04-22)
Fix
- fix: remove circular dep with sae lens (
1dd9f6c
)
Unknown
- Merge pull request #43 from callummcdougall/move_saelens_dep
Remove dependency on saelens from pyproject, add to demo.ipynb (147d87e
)
-
Add missing matplotlib (
572a3cc
) -
Remove dependency on saelens from pyproject, add to demo.ipynb (
1e6f3cf
) -
Merge branch 'main' of https://github.com/callummcdougall/sae_vis (
4e7a24c
) -
fix conflicts (
ea3d624
) -
Merge pull request #41 from callummcdougall/allow_disable_buffer
oops I forgot to switch back to main before pushing (1312cd0
)
v0.2.17
0.0.0 Automatically generated by python-semantic-release
v0.0.0
v0.0.0 (2024-04-21)
Chore
- chore: setting up semantic-release (
09075af
)
Unknown
- Merge pull request #40 from chanind/semantic-release-autodeploy
chore: setting up semantic-release for auto-deploy (a4d44d1
)
- Merge pull request #38 from chanind/type-checking
Enabling type checking with Pyright (f1fd792
)
- Merge pull request #39 from callummcdougall/fix_loading_saelens_sae
FIX: SAELens new format has "scaling_factor" key, which causes assert to fail (983aee5
)
-
Fix Formatting (
13b8106
) -
Merge branch 'main' into fix_loading_saelens_sae (
21b0086
) -
Allow SAELens autoencoder keys to be superset of required keys, instead of exact match (
6852170
) -
enabling type checking with Pyright (
05d14ea
) -
format (
8f1506b
) -
v0.2.17 (
2bb14da
) -
Use main branch of SAELens (
2b34505
) -
Update version 0.2.16 (
bf90293
) -
Merge pull request #36 from callummcdougall/allow_disable_buffer
FEATURE: Allow setting buffer to None, which gives the whole activation sequence (f5f9594
)
Fix usage of SAELens and demo notebook (88b5933
)
-
Merge branch 'fix_gpt2_demo' into allow_disable_buffer (
ea57bfc
) -
Import updated SAELens, use correct tokens, fix missing file cfg.json file error. (
14ba9b0
) -
Merge pull request #34 from ArthurConmy/patch-1
Update README.md (3faac82
)
Setting up poetry / ruff / github actions (287f30f
)
-
setting up poetry and ruff for linting/formatting (
0e0eba9
) -
fix feature vis demo gpt (
821781e
) -
Allow disabling the buffer (
c1be9f8
) -
add scatter plot support (
6eab28b
) -
update setup (
8d2ca53
) -
fix setup (
9cae8f4
) -
Merge branch 'main' of https://github.com/callummcdougall/sae_vis (
ed8f8cb
) -
fix sae bug (
247d14b
) -
Merge pull request #27 from wllgrnt/will-add-eindex-dependency
Update setup.py with eindex dependency (8d7ed12
)
- Merge pull request #32 from hijohnnylin/pin_older_sae_training
Demo notebook errors under "Multi-layer models" vis (9ac1dac
)
Without this, 'pip install sae-vis' will cause errors when e.g. you do 'from sae_vis.data_fetching_fns import get_feature_data' (a9d7de9
)
-
update version number (
72e584b
) -
add gifs to readme (
1393740
) -
test gif (
4fbafa6
) -
fix height issue (
3f272f6
) -
fix pypi (
7151164
) -
update setup (
8c43478
) -
Merge pull request #26 from hijohnnylin/update_html_anomalies
Update and add some HTML_ANOMALIES (1874a47
)
-
Update and add some HTML_ANOMALIES (
c541b7f
) -
0.2.9 (
a5c8a6d
) -
fix readme (
5a8a7e3
) -
include feature tables (
7c4c263
) -
add license (
fa02a3d
) -
Merge branch 'main' of https://github.com/callummcdougall/sae_vis (
ca5efcd
) -
re-fix html anomalies (
2fbae4c
) -
Merge pull request #24 from chanind/fix-pypi-repo-link
fixing repo URL in setup.py (14a0be5
)
-
fixing repo URL in setup.py (
4faeca5
) -
fix hook point bug (
9b573b2
) -
Merge pull request #20 from chanind/fix-final-resid-layer
fixing bug if hook_point == hook_point_resid_final (d6882e3
)
-
fixing bug using hook_point_resid_final (
cfe9b30
) -
fix indexing speed (
865ff64
) -
enable JSON saving (
feea47a
) -
Merge pull request #19 from chanind/support-mlp-and-attn-out
supporting mlp and attn out hooks (1c5463b
)
-
supporting mlp and attn out hooks (
a100e58
) -
Merge branch 'main' of https://github.com/callummcdougall/sae_vis (
083aeba
) -
fix variable naming (
2507918
) -
Merge pull request #18 from chanind/remove-build-artifacts
removing Python build artifacts and adding to .gitignore (b0e0594
)