If I run pip install "git+https://github.com/openai/automated-interpretability.git#subdirectory=neuron-explainer" I understand that this should install the repo as part of my environment, but it only installs a select few of the required files. Is there something wrong with the setup.py?
If I run
pip install "git+https://github.com/openai/automated-interpretability.git#subdirectory=neuron-explainer"
I understand that this should install the repo as part of my environment, but it only installs a select few of the required files. Is there something wrong with the setup.py?