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
a49f8cfa48
commit
fbb9649217
Binary file not shown.
@ -238,7 +238,7 @@ class LoRAModule(nn.Module):
|
|||||||
self,
|
self,
|
||||||
embedding_dim: float = 768,
|
embedding_dim: float = 768,
|
||||||
layer_num: int = 12,
|
layer_num: int = 12,
|
||||||
rank: int = 10,
|
rank: int = 16,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user