MCPcopy
hub / github.com/openai/transformer-debugger / append

Method append

neuron_explainer/models/hooks.py:19–21  ·  view source on GitHub ↗
(self, hook)

Source from the content-addressed store, hash-verified

17 return x
18
19 def append(self, hook):
20 self._hooks.append(hook)
21 return self
22
23 def bind(self, **kwargs):
24 for key, value in kwargs.items():

Calls

no outgoing calls