From 159f0531f99b8f916aa83227c1db48bf4dd24bb3 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 20 Jun 2025 05:48:34 +0700 Subject: [PATCH] chore: fix docstring comment from distributed pr --- src/axolotl/utils/distributed.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/axolotl/utils/distributed.py b/src/axolotl/utils/distributed.py index b509ad0ca..3586887c0 100644 --- a/src/axolotl/utils/distributed.py +++ b/src/axolotl/utils/distributed.py @@ -74,9 +74,6 @@ def is_main_process() -> bool: Check if the current process is the main process. If not in distributed mode, always return `True`. - We use a simpler logic when the distributed state is not initialized: we just log - on the 0-th local rank. - Returns: `True` if the current process is the main process, `False` otherwise. """