EleutherAI / elk

Keeping language models honest by directly eliciting knowledge encoded in their activations.
MIT License
175 stars 32 forks source link

Fix bug with non-editable installs #275

Closed norabelrose closed 1 year ago

norabelrose commented 1 year ago

Right now the prompt template YAML files and the JSONs we use to generate memorable run names don't actually get installed correctly when using a non-editable pip install. This means the PyPI package is just broken 😅

This PR fixes the issue.