add_code_sample_docstrings(
checkpoint=_CHECKPOINT_FOR_DOC,
output_type=BaseModelOutputWithPast,
config_class=_CONFIG_FOR_DOC,
)
| 1 | """ PyTorch Moss model.""" |
| 2 | |
| 3 | from typing import Optional, Tuple, Union |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected