mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Fixed issue with heads not being added
This commit is contained in:
@@ -284,6 +284,7 @@ class InstantLoRAModule(torch.nn.Module):
|
||||
hidden_size=head_dim,
|
||||
head_size=head_dim,
|
||||
num_mlp_layers=1,
|
||||
num_heads=self.num_heads,
|
||||
output_size=self.output_size,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user