openai / automated-interpretability

940 stars 110 forks source link

Installing neuron-explainer doesn't seem to work. #13

Closed HoagyC closed 1 year ago

HoagyC commented 1 year ago

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?

# installed-files.txt
../neuron_explainer/__init__.py
../neuron_explainer/__pycache__/__init__.cpython-39.pyc
../neuron_explainer/__pycache__/api_client.cpython-39.pyc
../neuron_explainer/api_client.py
PKG-INFO
SOURCES.txt
dependency_links.txt
requires.txt
top_level.txt
WuTheFWasThat commented 1 year ago

try again, hopefully fixed now!

HoagyC commented 1 year ago

Works great, cheers!