MCPcopy Create free account
hub / github.com/GreenBitAI/low_bit_llama / __init__

Method __init__

evaluate.py:26–28  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

24 class Catcher(nn.Module):
25
26 def __init__(self, module):
27 super().__init__()
28 self.module = module
29
30 def forward(self, inp, **kwargs):
31 inps[cache['i']] = inp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected