MCPcopy Create free account
hub / github.com/OpenSparseLLMs/MoM / ManualSampler

Class ManualSampler

lm-eval-harness/lm_eval/api/samplers.py:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96class ManualSampler(ContextSampler):
97 def sample(self, n) -> None:
98 """ """
99 pass
100
101
102SAMPLER_REGISTRY = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected