We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65bdc3 commit 9193926Copy full SHA for 9193926
.github/workflows/benchmark_and_test_model.yml
@@ -19,5 +19,6 @@ jobs:
19
run: |
20
pip install --user --upgrade pip
21
pip install -r ./dependencies/requirements.txt
22
+ python -m spacy download en_core_web_sm
23
python ./scripts/stage_model_to_production.py
24
0 commit comments