Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
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
CacheHook
Class · 0.85
Tested by
no test coverage detected