We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
right now pip is downloading and installing requirements each time which takes about 2 minutes, we could speed it up https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
more importantly, if we want to use models and datasets in our tests, we should cache them as well see here for how it can be done https://github.com/neelnanda-io/TransformerLens/blob/53c95f3f154b2933dcc84647bd80bf29a9e4e2d2/.github/workflows/checks.yml#L58-L65
The text was updated successfully, but these errors were encountered:
jaidhyani
Successfully merging a pull request may close this issue.
right now pip is downloading and installing requirements each time which takes about 2 minutes, we could speed it up https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
more importantly, if we want to use models and datasets in our tests, we should cache them as well
see here for how it can be done https://github.com/neelnanda-io/TransformerLens/blob/53c95f3f154b2933dcc84647bd80bf29a9e4e2d2/.github/workflows/checks.yml#L58-L65
The text was updated successfully, but these errors were encountered: