Document good practices for caching spaCy models in CI setup
Open
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.