from local

This commit is contained in:
dohe0342 2023-05-04 13:40:04 +09:00
parent 75bd7dfc96
commit ea41762e43
2 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ def run_adapter(rank, world_size, args, wb=None):
adapter_names = []
adapter_param = []
for enum, (n, p) in enumerate(model.named_parameters()):
print(enum, n, p)
'''
if 'bias' in n:
adapter_names.append(n)