from local

This commit is contained in:
dohe0342 2023-05-25 19:41:01 +09:00
parent eee751a5dd
commit 14c6390cab
2 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ class LoRAHook():
) )
def hook_fn(self, module, input, output): def hook_fn(self, module, input, output):
#print(input) #print(input)
print('fuck!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') print(input.size())
print(module, input, output) #print(module, input, output)
#lora_out = self.lora(input) #lora_out = self.lora(input)
#output += lora_out #output += lora_out