MCPcopy Create free account
hub / github.com/CONE-MT/LLaMAX / data

Method data

scripts/inference/eval.py:28–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27 @property
28 def data(self):
29 if not self._data:
30 with open(self.yamlf, 'rb') as f:
31 self._data = list(yaml.safe_load_all(f))
32 return self._data[0]
33
34class AttributeDict(dict):
35 def __init__(self, *args, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected