EleutherAI / elk

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

add pdbpp #212

Closed lauritowal closed 1 year ago

lauritowal commented 1 year ago

"This module is an extension of the pdb module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible." The "sticky" feature is quite useful for example https://pypi.org/project/pdbpp/

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

norabelrose commented 1 year ago

Hmm maybe this is good but I've never tried it and strictly speaking it's not a dev dependency. The other dev dependencies are needed for the tests to run, or are for pre-commit stuff

lauritowal commented 1 year ago

alright, I'll close it then. The module is still worth a try :)