Transformer-lens

Latest version: v2.9.0

Safety actively analyzes 688087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

1.10.0

What's Changed
* Test main demo by bryce13950 in https://github.com/neelnanda-io/TransformerLens/pull/441
* Fix contributing docs typo by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/444
* New model: bigcode/santacoder by ojh31 in https://github.com/neelnanda-io/TransformerLens/pull/445
* Added support for bloom-560m model by SeuperHakkerJa in https://github.com/neelnanda-io/TransformerLens/pull/434

New Contributors
* ojh31 made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/445
* SeuperHakkerJa made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/434

**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.9.1...v1.10.0

1.9.1

What's Changed
* Organise & fix README by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/430
* add survey link by jbloomAus in https://github.com/neelnanda-io/TransformerLens/pull/440
* Relax CUDA requirements by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/442


**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.9.0...v1.9.1

1.9.0

What's Changed
* Fix Exploratory Analysis Demo by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/429
* Sync readme with docs by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/428
* Move cspell conf to its own file by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/431
* Improve ActivationCache docs by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/432
* Improve getting started docs for Activation Cache by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/433
* Add docs hot reloading instructions for contributors by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/436
* Make unit & acceptance tests run in parallel by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/435
* Update GitHub CD Actions by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/437


**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.8.1...v1.8.2

1.8.1

What's Changed
* Fix all Sphinx warnings by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/422


**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.8.0...v1.8.1

1.8.0

What's Changed
* Add status icons to the readme by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/415
* Improve attention masking and key-value caching. by UFO-101 in https://github.com/neelnanda-io/TransformerLens/pull/386
* Remove Python 3.7 support by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/423
* Update docs to show prepend_bos and padding_side are optional by UFO-101 in https://github.com/neelnanda-io/TransformerLens/pull/418
* Add Python 3.11 Support by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/425
* Return the current residual when stop_at_layer is not None. by UFO-101 in https://github.com/neelnanda-io/TransformerLens/pull/420
* Add contributing instructions by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/426


**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.7.0...v1.8.0

1.7.0

What's Changed
* Add start_at_layer parameter to HookedTransformer by UFO-101 in https://github.com/neelnanda-io/TransformerLens/pull/382
* fix: Set IGNORE value in mask to -torch.inf by connor-henderson in https://github.com/neelnanda-io/TransformerLens/pull/366
* bug fix attention inf by jbloomAus in https://github.com/neelnanda-io/TransformerLens/pull/389
* Bugfix attn left padding by jbloomAus in https://github.com/neelnanda-io/TransformerLens/pull/390
* Add developer tooling defaults & VS Code extensions by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/394
* Fix llama tokenization issue by using tokenizer initialized with add_bos_token=True by soheeyang in https://github.com/neelnanda-io/TransformerLens/pull/379
* Move towards consistent commenting/docstring style by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/395
* Speed up docs generation by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/396
* Add `hook_attn_in` by ArthurConmy in https://github.com/neelnanda-io/TransformerLens/pull/336
* Added explicit dtype option by neelnanda-io in https://github.com/neelnanda-io/TransformerLens/pull/388
* Support PyTorch 2 with Poetry by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/397
* Remove .venv from formatting checks by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/401
* Add auto-organise imports on save in VsCode by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/410
* Fix SolidGoldMagikarp tokenization test by ArthurConmy in https://github.com/neelnanda-io/TransformerLens/pull/408
* Add a summary docstring to the sub-modules by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/407
* Remove unused root directory files by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/406
* Simplify Docs Generation by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/398
* Fix GitHub pages deploy by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/412
* Fix optional types in HookedTransformer by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/403
* Improve Hooked Transformer Docs by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/400
* Improve API Docs Organization by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/399
* Add docstring testing by alan-cooney in https://github.com/neelnanda-io/TransformerLens/pull/402
* Fix tokenization in utils.test_prompt by Felhof in https://github.com/neelnanda-io/TransformerLens/pull/334

New Contributors
* UFO-101 made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/382
* connor-henderson made their first contribution in https://github.com/neelnanda-io/TransformerLens/pull/366

**Full Changelog**: https://github.com/neelnanda-io/TransformerLens/compare/v1.6.1...v1.7.0

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.