timaeus-research / devinterp

Tools for studying developmental interpretability in neural networks.
77 stars 14 forks source link

Change notebook imports to work on Colab #28

Closed svwingerden closed 1 year ago

svwingerden commented 1 year ago

githubtocolab.com is very convenient in converting jupyter notebooks hosted on github to colab notebooks. For the upcoming hackathon, we should add in code at the top of every notebook so that the right imports get installed in-line if the notebook is being ran in colab

svwingerden commented 1 year ago

Being implemented in https://github.com/timaeus-research/devinterp/tree/add/colab, almost done

svwingerden commented 1 year ago

Resolved by https://github.com/timaeus-research/devinterp/pull/33