from local
This commit is contained in:
parent
c22c003deb
commit
f3bd3a8a4e
Binary file not shown.
@ -140,6 +140,7 @@ class LoRAHook():
|
|||||||
def hook_fn(self, module, input, output):
|
def hook_fn(self, module, input, output):
|
||||||
#print(input)
|
#print(input)
|
||||||
print(len(input))
|
print(len(input))
|
||||||
|
exit()
|
||||||
#print(module, input, output)
|
#print(module, input, output)
|
||||||
#lora_out = self.lora(input)
|
#lora_out = self.lora(input)
|
||||||
#output += lora_out
|
#output += lora_out
|
||||||
|
|||||||
Reference in New Issue
Block a user