from local
This commit is contained in:
parent
6d8ceec54e
commit
52fbf84ffa
Binary file not shown.
@ -267,7 +267,7 @@ class LoRAModule(nn.Module):
|
||||
x = x.transpose(0, 1)
|
||||
x = self.lora_A[layer_idx](x)
|
||||
x = self.lora_B[layer_idx](x)
|
||||
|
||||
x = x.transpose(0, 1)
|
||||
|
||||
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user