from local

This commit is contained in:
dohe0342 2023-05-24 13:40:42 +09:00
parent 1880022372
commit a8e34beccf
2 changed files with 1 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ def run_adapter(rank, world_size, args, wb=None):
adapter_param.append(p)
for n, p in model.named_parameters():
p..requires_grad = False
p.requires_grad = False
print(adapter_names)
exit()