MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / setup

Method setup

lit_gpt/datamodules/base.py:45–47  ·  view source on GitHub ↗
(self, stage: str = '')

Source from the content-addressed store, hash-verified

43 """
44
45 def setup(self, stage: str = '') -> PreparedDataset:
46 # Stub is to redefine the default signature, because the concept of 'stage' does not exist in LitGPT
47 pass
48
49 def __repr__(self) -> str:
50 return f'{self.__class__.__name__}()'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected