Update LFNA
This commit is contained in:
@@ -238,7 +238,7 @@ class SuperQKVAttention(SuperModule):
|
||||
return root_node
|
||||
|
||||
def apply_candidate(self, abstract_child: spaces.VirtualNode):
|
||||
super(SuperQVKAttention, self).apply_candidate(abstract_child)
|
||||
super(SuperQKVAttention, self).apply_candidate(abstract_child)
|
||||
if "q_fc" in abstract_child:
|
||||
self.q_fc.apply_candidate(abstract_child["q_fc"])
|
||||
if "k_fc" in abstract_child:
|
||||
|
Reference in New Issue
Block a user