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

Document good practices for caching spaCy models in CI setup #13595

Open
ghisvail opened this issue Aug 13, 2024 · 0 comments
Open

Document good practices for caching spaCy models in CI setup #13595

ghisvail opened this issue Aug 13, 2024 · 0 comments

Comments

@ghisvail
Copy link

I use spaCy in a Jupyter book which currently downloads multiple spaCy models on every CI run, which wastes time and bandwidth.

The best solution would be to download and cache the models once, and get them restored on subsequent CI runs.

Are there any bits of documentation covering this concern somewhere? I could not find any in the official documentation.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant