explosion / explosion/spaCy

Document good practices for caching spaCy models in CI setup

Open
#13,595 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.