MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / process_sample_

Method process_sample_

codegeex/data/processor.py:75–77  ·  view source on GitHub ↗
(self, sample)

Source from the content-addressed store, hash-verified

73 return list(self.process_sample(sample))
74
75 def process_sample_(self, sample) -> List[Dict[str, List[int]]]:
76 prompt_sample = self._preprocess(sample)
77 return self.process_sample_strict(prompt_sample)
78
79 def report(self):
80 duration = perf_counter() - self.start_time

Callers

nothing calls this directly

Calls 1

process_sample_strictMethod · 0.95

Tested by

no test coverage detected