from local

This commit is contained in:
dohe0342 2023-05-25 17:28:37 +09:00
parent 3cbf000be7
commit f2a0448902
2 changed files with 2 additions and 2 deletions

View File

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