From 79ef3d9c4d0e56b337c12cb6d588090f75112b5a Mon Sep 17 00:00:00 2001 From: hxwang Date: Thu, 27 Jun 2024 06:48:53 +0000 Subject: [PATCH] [zero] remove redundant memebr init --- colossalai/zero/low_level/low_level_optim.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/colossalai/zero/low_level/low_level_optim.py b/colossalai/zero/low_level/low_level_optim.py index 1e1673117c8d..d917d74708bc 100644 --- a/colossalai/zero/low_level/low_level_optim.py +++ b/colossalai/zero/low_level/low_level_optim.py @@ -140,8 +140,6 @@ def __init__( # check argument conflict self._sanity_checks() - self.require_grad_sync = True - # ParameterStore will manage the tensor buffers used for zero # it will not manage the tensors used by mixed precision training