MCPcopy Create free account
hub / github.com/FreedomIntelligence/CMB / collate_conv

Method collate_conv

workers/base.py:115–116  ·  view source on GitHub ↗
(self, data, convs)

Source from the content-addressed store, hash-verified

113 raise NotImplementedError
114
115 def collate_conv(self, data, convs):
116 raise NotImplementedError
117
118 def init_generation_config(self, config):
119 if config.generation_config.get('num_return_sequences', None) is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected