(self, stage: str = '')
| 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__}()' |
nothing calls this directly
no outgoing calls
no test coverage detected