New release with a bunch of quality of life improvements, including attention patching utils and early stopping
What's Changed
* Tracr demo by neelnanda-io in https://github.com/neelnanda-io/TransformerLens/pull/142
* Added option to stop running the model at an earlier layer by neelnanda-io in https://github.com/neelnanda-io/TransformerLens/pull/143
* Arthur/loss per token by neelnanda-io in https://github.com/neelnanda-io/TransformerLens/pull/144
* Make project versioning clearer by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/146
* let 'get_dataset' function pass kwargs by afspies in https://github.com/neelnanda-io/TransformerLens/pull/141
* Fix deps by jas-ho in https://github.com/neelnanda-io/TransformerLens/pull/149
* Fix OPT BOS Prepending issue by afspies in https://github.com/neelnanda-io/TransformerLens/pull/154
* Induction heads phase changes demo by ckkissane in https://github.com/neelnanda-io/TransformerLens/pull/148
* Add helper enum for torch typing by dkamm in https://github.com/neelnanda-io/TransformerLens/pull/145
* In run_with_hooks, remove hooks, even when an error is thrown. by joelburget in https://github.com/neelnanda-io/TransformerLens/pull/156
* Correct incorrect equation by epurdy in https://github.com/neelnanda-io/TransformerLens/pull/159
* add hook tokens by callummcdougall in https://github.com/neelnanda-io/TransformerLens/pull/147
* Update pythia-19m to 70m by ArthurConmy in https://github.com/neelnanda-io/TransformerLens/pull/162
* Added Utilities for Activation Patching + A Demo of how to use them by neelnanda-io in https://github.com/neelnanda-io/TransformerLens/pull/165
New Contributors
* afspies made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/141
* jas-ho made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/149
* ckkissane made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/148
* dkamm made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/145
* epurdy made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/159
* callummcdougall made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/147
**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.0.0...v1.1.0