from local

This commit is contained in:
dohe0342 2023-05-25 17:32:45 +09:00
parent 6171d8ef8d
commit 8f531f65b2
2 changed files with 0 additions and 1 deletions

View File

@ -1609,7 +1609,6 @@ def run_adapter(rank, world_size, args, wb=None):
for module in modules.modules():
#print(module)
if isinstance(module, torch.nn.Linear):
print(module)
lora_modules.append(LoRAHook(module))
adapter_names = []