(self, n_head: int, n_head_kv: int)
| 707 | def astype(self, data_type: DataType) -> Self: ... |
| 708 | @abstractmethod |
| 709 | def permute(self, n_head: int, n_head_kv: int) -> Self: ... |
| 710 | @abstractmethod |
| 711 | def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> Self: ... |
| 712 | @abstractmethod |