from local

This commit is contained in:
dohe0342 2022-12-26 14:54:55 +09:00
parent 200bdd4c8a
commit fe47be0de8
2 changed files with 2 additions and 2 deletions

View File

@ -1521,8 +1521,8 @@ def run_adapter(rank, world_size, args, wb=None):
if 'adapters' in n:
adapter_names.append(n)
adapter_param.append(p)
else:
p.requires_grad = False
#else:
# p.requires_grad = False
optimizer_adapter = ScaledAdam(
adapter_param,