(self)
| 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 | |
| 176 | class AttentionStore(AttentionControl): |
nothing calls this directly
no outgoing calls
no test coverage detected