MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / __init__

Method __init__

test/general/lm_eval/base.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class LM(abc.ABC):
22 def __init__(self):
23 self.cache_hook = CacheHook(None)
24
25 @abstractmethod
26 def loglikelihood(self, requests):

Callers 1

__init__Method · 0.45

Calls 1

CacheHookClass · 0.85

Tested by

no test coverage detected