mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
8 lines
278 B
Python
8 lines
278 B
Python
import multiprocessing
|
|
if multiprocessing.get_start_method() != 'spawn':
|
|
multiprocessing.set_start_method("spawn", force=True)
|
|
|
|
from .PMPI import PMPI
|
|
from .MPAtomicInt32 import MPAtomicInt32
|
|
from .MPSPSCMRRingData import MPSPSCMRRingData
|
|
from .MPWeakHeap import MPWeakHeap
|