Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ to_ggml
Method
to_ggml
tokenizer/convert/convert.py:589–589 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
587
def
part(self, n_part: int) -> UnquantizedTensor: ...
588
@abstractmethod
589
def
to_ggml(self) -> GGMLCompatibleTensor: ...
590
591
592
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