TransformerLensOrg / CircuitsVis

Mechanistic Interpretability Visualizations using React
https://alan-cooney.github.io/CircuitsVis/
MIT License
192 stars 29 forks source link

Remove transformer-lens from dependencies and rebuild lock #52

Closed danbraunai closed 1 year ago

danbraunai commented 1 year ago

Remove transformer-lens from dependencies and rebuild lock file

Motivation and Context

transformer-lens was previously added as a dependency but is not used in the repo. This causes poetry install --with dev to hang when installing pandas, at least on a couple of machines I tried it on (OSx + deb). I'm not sure why this happens (and would be worth sorting out for the transformer-lens repo), but this change negates that issue.

Architecture and Design Details

Removed transformer-lens from the pyproject.toml and rebuilt with poetry install --with dev. @alan-cooney just wanted to verify that this is the build you want in the lockfile before merging.