Skip to content
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

use cache in github actions #1

Closed
jettjaniak opened this issue Jan 25, 2024 · 0 comments · Fixed by #26
Closed

use cache in github actions #1

jettjaniak opened this issue Jan 25, 2024 · 0 comments · Fixed by #26
Assignees
Labels
feature New feature or request infra

Comments

@jettjaniak
Copy link
Contributor

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

@jettjaniak jettjaniak added feature New feature or request infra labels Jan 25, 2024
@jaidhyani jaidhyani self-assigned this Feb 9, 2024
@jaidhyani jaidhyani linked a pull request Feb 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request infra
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants