from local

This commit is contained in:
dohe0342 2023-05-02 13:49:58 +09:00
parent fee8a2544b
commit 3eb3818fc4
2 changed files with 1 additions and 0 deletions

View File

@ -1592,6 +1592,7 @@ def run_adapter(rank, world_size, args, wb=None):
adapter_param.append(p)
else:
p.requires_grad = False
'''
if 'adapters' in n:# or 'joiner' in n or 'simple' in n or 'ctc' in n:
adapter_names.append(n)