from local

This commit is contained in:
dohe0342 2023-05-25 19:43:05 +09:00
parent f3bd3a8a4e
commit 8417f02d33
2 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ class LoRAHook():
def hook_fn(self, module, input, output):
#print(input)
print(len(input))
exit()
#print(module, input, output)
#lora_out = self.lora(input)
#output += lora_out