spaCy/spacy/cli
Pamphile ROY 41ee75ac6d
Remove --no-cache-dir when downloading models
When `--no-cache-dir` is present, it prevents caching to properly function.

If the user still wants to do this, there is the possibility to pass options with `user_pip_args`.
But you should not enforce options like these. In my case this is preventing some docker build (using buildkit caching) to have proper caching of models.
2021-01-29 15:37:44 +01:00
..
converters Fix for Issue 4665 - conllu2json (#4953) 2020-02-03 13:01:48 +01:00
__init__.py Move UD scripts to bin 2019-03-20 01:19:34 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py Auto-format [ci skip] 2019-10-24 16:21:08 +02:00
debug_data.py reorder so tagmap is replaced only if a custom file is provided. (#6164) 2020-09-30 13:26:06 +02:00
download.py Remove --no-cache-dir when downloading models 2021-01-29 15:37:44 +01:00
evaluate.py Tidy up and avoid absolute spacy imports in core 2020-05-21 20:05:03 +02:00
info.py docs: fix simple typo, speficied -> specified (#6611) 2020-12-22 09:14:10 +01:00
init_model.py Tidy up and auto-format 2020-05-21 14:14:01 +02:00
link.py Use latest wasabi 2019-11-04 02:38:45 +01:00
package.py Use latest wasabi 2019-11-04 02:38:45 +01:00
pretrain.py Remove hard-coded GPU ID from pretrain (#5808) 2020-07-24 09:26:26 +02:00
profile.py Restore tqdm imports (#4804) 2019-12-16 13:12:19 +01:00
train.py Remove non-working --use-chars from train CLI 2020-12-08 08:30:00 +01:00
validate.py Use latest wasabi 2019-11-04 02:38:45 +01:00