Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ to_ggml
Method
to_ggml
convert-dense.py:447–447 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
445
def
part(self, n_part: int) -> UnquantizedTensor: ...
446
@abstractmethod
447
def
to_ggml(self) -> GGMLCompatibleTensor: ...
448
449
450
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