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

Method to_ggml

utils/convert.py:715–715  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

713 def part(self, n_part: int) -> Self: ...
714 @abstractmethod
715 def to_ggml(self) -> GGMLCompatibleTensor: ...
716
717
718def bf16_to_fp32(bf16_arr: np.ndarray[Any, np.dtype[np.uint16]]) -> NDArray:

Callers 1

do_itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected