(self)
| 1183 | self.model = decoder |
| 1184 | |
| 1185 | def get_decoder(self): |
| 1186 | return self.model |
| 1187 | |
| 1188 | @add_start_docstrings_to_model_forward(LLAMA_INPUTS_DOCSTRING) |
| 1189 | @replace_return_docstrings(output_type=CausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC) |
nothing calls this directly
no outgoing calls
no test coverage detected