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
52fbf84ffa
commit
6cca73c4b4
Binary file not shown.
@ -268,6 +268,7 @@ class LoRAModule(nn.Module):
|
||||
x = self.lora_A[layer_idx](x)
|
||||
x = self.lora_B[layer_idx](x)
|
||||
x = x.transpose(0, 1)
|
||||
return x
|
||||
|
||||
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user