MCPcopy Create free account
hub / github.com/microsoft/BitNet / permute_part

Method permute_part

utils/convert.py:711–711  ·  view source on GitHub ↗
(self, n_part: int, n_head: int, n_head_kv: int)

Source from the content-addressed store, hash-verified

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

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected