MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / part

Method part

convert-dense.py:445–445  ·  view source on GitHub ↗
(self, n_part: int)

Source from the content-addressed store, hash-verified

443 def permute_part(self, n_part: int, n_head: int, n_head_kv: int) -> UnquantizedTensor: ...
444 @abstractmethod
445 def part(self, n_part: int) -> UnquantizedTensor: ...
446 @abstractmethod
447 def to_ggml(self) -> GGMLCompatibleTensor: ...
448

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected