(self, n_part: int)
| 585 | def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> UnquantizedTensor: ... |
| 586 | @abstractmethod |
| 587 | def part(self, n_part: int) -> UnquantizedTensor: ... |
| 588 | @abstractmethod |
| 589 | def to_ggml(self) -> GGMLCompatibleTensor: ... |
| 590 |