Skip to content

Releases: TransformerLensOrg/TransformerLens

v1.19.0

27 May 23:16
f4287b6
Compare
Choose a tag to compare

Nice little update to fix a bug someone found, and added support for ai-forever models.

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

17 May 23:39
5a374ec
Compare
Choose a tag to compare

Very important release for those using Gemma models. A recent upstream change caused the TransformerLens implementation to become outdated. This release fixes that issue, and includes a number of cumulative changes, and bug fixes. The only API change in this release is that you can now set override trust_remote_code in the function from_pretrained. Thanks to all who contributed to this release!

What's Changed

Full Changelog: v1.17.0...v1.18.0

New feature: HookedSAETransformer!

30 Apr 12:21
ca6b8db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.17.0

v1.16.0

28 Apr 21:36
1139caf
Compare
Choose a tag to compare

Lots of feature additions (thanks @joelburget for Llama support, and @sheikheddy for Llama-2-70b-chat-hf support!), and also a very helpful bugfix from @wesg52. Thanks to all contributors, especially new contributors!

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0: Gemma, Qwen, Phi!

28 Mar 01:21
93c2246
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

28 Jan 13:45
ba3fb3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.13.1

v1.13.0

23 Jan 00:29
11edb28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.13.0

v1.12.1

17 Jan 00:39
5754a0b
Compare
Choose a tag to compare

Adds Qwen, thanks @Aaquib111 and @andyrdt !

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0

v1.12.0

11 Dec 15:23
ce82675
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

29 Nov 23:44
0825c5e
Compare
Choose a tag to compare

Thanks to @obalcells and @andyrdt Llama-2 models should now have 1e-4 atol logit errors rather than 1e0 errors!

We also now force PyTorch2 to be >= 2.1.1 thanks to a PyTorch issue on MPS @jettjaniak pointed out. Thanks all!

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0