mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-11 07:34:54 +03:00
Add note to projects.md
This commit is contained in:
parent
d2bde9abc5
commit
91a173fae3
|
@ -171,7 +171,9 @@ $ python -m spacy project run all
|
||||||
|
|
||||||
A group of commands to be executed in parallel is defined using the `parallel` keyword
|
A group of commands to be executed in parallel is defined using the `parallel` keyword
|
||||||
mapping to the commands specified as a list. You are responsible for making sure that no
|
mapping to the commands specified as a list. You are responsible for making sure that no
|
||||||
deadlocks, race conditions or other issues can arise from the parallel execution.
|
deadlocks, race conditions or other issues can arise from the parallel execution. Note that
|
||||||
|
the individual operating-system level commands within each spaCy project command are still
|
||||||
|
executed in series.
|
||||||
|
|
||||||
Using the expected [dependencies and outputs](#deps-outputs) defined in the
|
Using the expected [dependencies and outputs](#deps-outputs) defined in the
|
||||||
commands, spaCy can determine whether to re-run a command (if its inputs or
|
commands, spaCy can determine whether to re-run a command (if its inputs or
|
||||||
|
|
Loading…
Reference in New Issue
Block a user