-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generating_sae_dashboards.ipynb is not working #72
Comments
ahh this is so annoying. It's the old artefacts we need to load which apparently need to be compatible with the old library. I'll attempt a fix today. |
Similar issues with |
Apologies. I'm currently working on resaving the old SAE pickle files in a new format that gets us off the backward compatibility issues. For now, installing eindex should get this to work. |
It is and it seems to have been patched on GitHub but not pushed yet to PyPI |
Two issues with
generating_sae_dashboards.ipynb
causing it to fail:eindex
is missing.Potential Fix (my current local workaroud): add back
eindex
Not creating a pull request due to possibility that the correct fix is for
eindex
to be a dependency insae_vis
, notSAELens
.Error running "Use runner" cell with no modifications:
ModuleNotFoundError: No module named 'sae_training'
Full error:
The text was updated successfully, but these errors were encountered: