(self, n_part: int, n_head: int, n_head_kv: int)
| 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 |
| 713 | def part(self, n_part: int) -> Self: ... |
| 714 | @abstractmethod |