From 14b0d5619779a2cd52e5fdec7a105ab431a248a1 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sun, 17 May 2026 23:43:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AD=90=E8=BF=9B=E7=A8=8B=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20=20-=20mp.start=5Fprocesses=20daemon=3DFalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrai/parallel/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/astrai/parallel/setup.py b/astrai/parallel/setup.py index 7fee102..b879347 100644 --- a/astrai/parallel/setup.py +++ b/astrai/parallel/setup.py @@ -163,5 +163,4 @@ def spawn_parallel_fn( nprocs=world_size, start_method=start_method, join=True, - daemon=True, )