Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ to_ggml
Method
to_ggml
convert.py:468–468 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
466
def
part(self, n_part: int) -> UnquantizedTensor: ...
467
@abstractmethod
468
def
to_ggml(self) -> GGMLCompatibleTensor: ...
469
470
471
def
bf16_to_fp32(bf16_arr: np.ndarray[Any, np.dtype[np.uint16]]) -> NDArray:
Callers
1
do_item
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected