mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 19:21:39 +00:00
Bugfixes
This commit is contained in:
@@ -101,6 +101,7 @@ class LokrModule(ToolkitModuleMixin, nn.Module):
|
||||
self.cp = False
|
||||
self.use_w1 = False
|
||||
self.use_w2 = False
|
||||
self.can_merge_in = True
|
||||
|
||||
self.shape = org_module.weight.shape
|
||||
if org_module.__class__.__name__ == 'Conv2d':
|
||||
|
||||
Reference in New Issue
Block a user