from local
This commit is contained in:
parent
fee8a2544b
commit
3eb3818fc4
Binary file not shown.
@ -1592,6 +1592,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
adapter_param.append(p)
|
adapter_param.append(p)
|
||||||
else:
|
else:
|
||||||
p.requires_grad = False
|
p.requires_grad = False
|
||||||
|
|
||||||
'''
|
'''
|
||||||
if 'adapters' in n:# or 'joiner' in n or 'simple' in n or 'ctc' in n:
|
if 'adapters' in n:# or 'joiner' in n or 'simple' in n or 'ctc' in n:
|
||||||
adapter_names.append(n)
|
adapter_names.append(n)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user