from local

This commit is contained in:
dohe0342 2023-05-25 20:12:12 +09:00
parent f76c10ef33
commit 355e59d58b
2 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class LoRAHook():
)
def hook_fn(self, module, input, output):
#print(input)
print(module, input, output[0].size(), output[1].size())
print(module, input, output)
#lora_out = self.lora(input)
#output += lora_out