(self, layer_number)
| 948 | assert False, 'should not be here' |
| 949 | |
| 950 | def _get_layer(self, layer_number): |
| 951 | return self.layers[self._get_layer_index(layer_number)] |
| 952 | |
| 953 | def _checkpointed_forward(self, hidden_states, attention_mask): |
| 954 | """Forward method with activation checkpointing.""" |
no test coverage detected