from local

This commit is contained in:
dohe0342 2022-12-26 14:10:05 +09:00
parent d2b81c890e
commit df62af6d16
2 changed files with 0 additions and 6 deletions

View File

@ -1524,12 +1524,6 @@ def run_adapter(rank, world_size, args, wb=None):
else:
p.requires_grad = False
for n, p in model.named_parameters():
if p.requires_grad:
logging.info(n)
exit()
optimizer_adapter = ScaledAdam(
adapter_param,
lr=0.0001,