TransformerLensOrg / CircuitsVis

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

Fix bundling bug in Python 3.7 #26

Closed neelnanda-io closed 1 year ago

neelnanda-io commented 1 year ago

Added a hacky fix to shutil.copytree, which led to errors in Python 3.7 as the dirs_exist_ok param is not there.