(self, new_embeddings)
| 411 | return self.wte |
| 412 | |
| 413 | def set_input_embeddings(self, new_embeddings): |
| 414 | self.wte = new_embeddings |
| 415 | |
| 416 | @add_start_docstrings_to_model_forward(MOSS_INPUTS_DOCSTRING.format("batch_size, sequence_length")) |
| 417 | @add_code_sample_docstrings( |
nothing calls this directly
no outgoing calls
no test coverage detected