Skip to content

Releases: callummcdougall/sae_vis

v0.2.19

12 Jun 12:35
Compare
Choose a tag to compare

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

22 Apr 18:30
Compare
Choose a tag to compare

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)

oops I forgot to switch back to main before pushing (1312cd0)

  • Merge branch 'main' into allow_disable_buffer (e7edf5a)

  • 16 (64e7018)

v0.2.17

21 Apr 15:18
Compare
Choose a tag to compare
0.0.0

Automatically generated by python-semantic-release

v0.0.0

21 Apr 14:19
Compare
Choose a tag to compare

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 all indices view (5f87d52)

  • Merge pull request #35 from callummcdougall/fix_gpt2_demo

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)

  • Update README.md (416eca8)

  • Merge pull request #33 from chanind/setup-poetry-and-ruff

Setting up poetry / ruff / github actions (287f30f)

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)

  • Pin older commit of mats_sae_training (8ca7ac1)

  • two more deps (7f231a8)

  • Update setup.py with eindex

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 and add some HTML_ANOMALIES (1874a47)

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)

removing Python build artifacts and adding to .gitignore (b0e0594)

  • removing Python build artifacts and adding to .gitignore (b6486f5)

  • update readme (0ee3608)

  • update readme (f8351f8)

  • update version number (1e74408)

  • fix formatt...

Read more