AlignmentResearch / tuned-lens

Tools for understanding how transformer predictions are built layer-by-layer
https://tuned-lens.readthedocs.io/en/latest/
MIT License
438 stars 47 forks source link

Setup PyPI release CI #6

Closed levmckinney closed 1 year ago

levmckinney commented 1 year ago

I think we should probably just use GitHub actions for this. The expected behavior here is that for future pushes to master we will run tests and lints. In addition, we should set up hooks for pypi release.

levmckinney commented 1 year ago

I'm hoping to implement something like the imitation's ci system.