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

Method load_config

lm-eval-harness/lm_eval/tasks/__init__.py:262–263  ·  view source on GitHub ↗
(self, config: Dict)

Source from the content-addressed store, hash-verified

260 return all_loaded_tasks
261
262 def load_config(self, config: Dict):
263 return self._load_individual_task_or_group(config)
264
265 def _get_task_and_group(self, task_dir: str):
266 """Creates an dictionary of tasks index with the following metadata,

Callers 1

get_task_dictFunction · 0.95

Calls 1

Tested by

no test coverage detected