from local

This commit is contained in:
dohe0342 2023-05-24 14:32:18 +09:00
parent ccc529cbff
commit b3f712b0ac
2 changed files with 3 additions and 1 deletions

View File

@ -1609,7 +1609,9 @@ def run_adapter(rank, world_size, args, wb=None):
p.requires_grad = True
else:
p.requires_grad = False
for lora in lora_modules:
print(lora.lora.state_dict())
#print(adapter_names)
#exit()
'''