MCPcopy Index your code
hub / github.com/microsoft/BitNet / permute

Method permute

utils/convert-ms-to-gguf-bitnet.py:709–709  ·  view source on GitHub ↗
(self, n_head: int, n_head_kv: int)

Source from the content-addressed store, hash-verified

707 def astype(self, data_type: DataType) -> Self: ...
708 @abstractmethod
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

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected