(self)
| 794 | return UnquantizedTensor(self.ndarray.astype(dtype), self.i2_scale) |
| 795 | |
| 796 | def to_ggml(self) -> Self: |
| 797 | return self |
| 798 | |
| 799 | def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> UnquantizedTensor: |
| 800 | r = self.ndarray.shape[0] // 3 |
nothing calls this directly
no outgoing calls
no test coverage detected