mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
748908b1d1
commit
ecb2f5fdc1
Binary file not shown.
@ -142,6 +142,7 @@ class LoRAHook():
|
|||||||
print(input)
|
print(input)
|
||||||
lora_out = self.lora(input)
|
lora_out = self.lora(input)
|
||||||
output = input + lora_out
|
output = input + lora_out
|
||||||
|
exit()
|
||||||
|
|
||||||
|
|
||||||
def set_batch_count(model: Union[nn.Module, DDP], batch_count: float) -> None:
|
def set_batch_count(model: Union[nn.Module, DDP], batch_count: float) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user