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

Method _model_generate

test/general/lm_eval/base.py:162–163  ·  view source on GitHub ↗
(self, context, max_length, eos_token_id)

Source from the content-addressed store, hash-verified

160
161 @abstractmethod
162 def _model_generate(self, context, max_length, eos_token_id):
163 pass
164
165 @abstractmethod
166 def _model_call(self, inps):

Callers 1

greedy_untilMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected