-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
installInstallation issuesInstallation issuesmodelsIssues related to the statistical modelsIssues related to the statistical models
Description
When downloading large models such as en_core_web_md, spaCy's built-in downloader appears to consume very large quantities of memory (often greatly exceeding the size of the model itself). On less-powerful systems, this can result in a failure if the process consumes all available memory.
This issue can be replicated by running python -m spacy download en_core_web_md, and inspecting memory usage.
This problem does not exist when installing models via pip or a direct download (as those processes presumably stream the downloaded file directly to disk.
Your Environment
- Operating System: Debian Jessie
- Python Version Used: 2.7
- spaCy Version Used: 1.7.2
- Environment Information: Docker
Metadata
Metadata
Assignees
Labels
installInstallation issuesInstallation issuesmodelsIssues related to the statistical modelsIssues related to the statistical models