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
971563b48d
commit
71d9672bc8
Binary file not shown.
@ -135,7 +135,7 @@ class LoRAHook():
|
||||
self.lora = LoRAModule(
|
||||
embedding_dim=768,
|
||||
rank=4,
|
||||
lora_alpha=1.0,
|
||||
lora_alpha=100.,
|
||||
)
|
||||
def hook_fn(self, module, input, output):
|
||||
lora_out = self.lora(input[0])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user