MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / __init__

Method __init__

src/attention_controllers.py:170–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 self.cur_att_layer = 0
169
170 def __init__(self):
171 self.cur_step = 0
172 self.num_att_layers = -1
173 self.cur_att_layer = 0
174
175
176class AttentionStore(AttentionControl):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected