FailSpy / abliterator

Simple Python library/structure to ablate features in LLMs which are supported by TransformerLens
MIT License
215 stars 21 forks source link

Add pyproject file #11

Closed tretomaszewski closed 1 month ago

tretomaszewski commented 1 month ago

Add basic pyproject.toml file to enable editable pip installs (pip install -e .).

Allows import abliterator for use of the package in other projects.

Uses setuptools as a build system for now.