MCPcopy Create free account
hub / github.com/huggingface/evaluate / get_module

Method get_module

src/evaluate/loading.py:396–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

394
395class _EvaluationModuleFactory:
396 def get_module(self) -> ImportableModule:
397 raise NotImplementedError
398
399
400class LocalEvaluationModuleFactory(_EvaluationModuleFactory):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected