refactor: move signal_handler from parallel/ to top-level for broader reuse

This commit is contained in:
2026-07-28 10:36:17 +08:00
parent 9f7cf50c56
commit 39f84f3b4c
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import torch
import torch.distributed as dist
import torch.multiprocessing as mp
from astrai.parallel.signal_handler import install_early_signal_handlers
from astrai.signal_handler import install_early_signal_handlers
logger = logging.getLogger(__name__)