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

Method __init__

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

Source from the content-addressed store, hash-verified

44 # self.attention_store = {}
45
46 def __init__(self):
47 # super(CDAttentionStore, self).__init__()
48 self.step_store = self.get_empty_store()
49 # self.attention_store = {}
50# #############################################################################################################
51# class AttentionControl(abc.ABC):
52

Callers

nothing calls this directly

Calls 1

get_empty_storeMethod · 0.95

Tested by

no test coverage detected