MCPcopy
hub / github.com/modelscope/ms-swift / load

Method load

scripts/benchmark/exp_utils.py:70–77  ·  view source on GitHub ↗
(self, _json)

Source from the content-addressed store, hash-verified

68 self.do_eval = True
69
70 def load(self, _json):
71 self.name = _json['name']
72 self.cmd = _json['cmd']
73 self.requirements = _json['requirements']
74 self.args = _json['args']
75 self.record = _json['record']
76 self.env = _json['env']
77 self.create_time = _json['create_time']
78
79 @property
80 def priority(self):

Callers 3

runMethod · 0.45
prepare_experimentsMethod · 0.45
parse_outputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected