mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-09 22:54:53 +03:00
Correction
This commit is contained in:
parent
9d7a79e305
commit
3c64e825d0
|
@ -1,3 +1,4 @@
|
|||
import multiprocessing
|
||||
from typing import Optional, List, Dict, Sequence, Any, Iterable, Literal, Tuple, Union
|
||||
from time import time
|
||||
from os import kill, environ
|
||||
|
@ -157,6 +158,7 @@ def project_run_mult_group(
|
|||
mult_group_status_queue = Queue()
|
||||
max_parallel_processes = config.get("max_parallel_processes")
|
||||
check_spacy_commit = check_bool_env_var(ENV_VARS.PROJECT_USE_GIT_VERSION)
|
||||
multiprocessing.set_start_method("spawn")
|
||||
DISPLAY_STATUS = sys.stdout.isatty() and supports_ansi()
|
||||
with working_dir(project_dir) as current_dir:
|
||||
for cmd_info in cmd_infos:
|
||||
|
|
Loading…
Reference in New Issue
Block a user