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

Method process_sample_

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

Source from the content-addressed store, hash-verified

150 return list(self.process_sample(sample))
151
152 def process_sample_(self, sample) -> List[Dict[str, List[int]]]:
153 prompt_sample = self._preprocess(sample)
154 return self.process_sample_strict(prompt_sample)
155
156 def report(self):
157 duration = perf_counter() - self.start_time

Callers

nothing calls this directly

Calls 1

process_sample_strictMethod · 0.95

Tested by

no test coverage detected