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

Method match_tasks

lm-eval-harness/lm_eval/tasks/__init__.py:67–70  ·  view source on GitHub ↗
(self, task_list)

Source from the content-addressed store, hash-verified

65 return self._task_index
66
67 def match_tasks(self, task_list):
68 return utils.pattern_match(
69 task_list, self.all_tasks
70 )
71
72 def _name_is_registered(self, name):
73 if name in self.all_tasks:

Callers 1

cli_evaluateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected