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

Method __init__

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

Source from the content-addressed store, hash-verified

120
121class BaseLM(LM):
122 def __init__(self):
123 super().__init__()
124 self.batch_schedule = 1
125 self.batch_sizes = {}
126 self.max_batch_size = 512
127
128 @property
129 @abstractmethod

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected