(self)
| 913 | self.model = decoder |
| 914 | |
| 915 | def get_decoder(self): |
| 916 | return self.model |
| 917 | |
| 918 | @add_start_docstrings_to_model_forward(GEMMA2_INPUTS_DOCSTRING) |
| 919 | @replace_return_docstrings(output_type=CausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC) |
nothing calls this directly
no outgoing calls
no test coverage detected