MCPcopy Create free account
hub / github.com/andrewkchan/deepseek.cpp / KQuant

Class KQuant

convert.py:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31@dataclasses.dataclass
32class KQuant:
33 name: Literal["q2_k", "q3_k"]
34 dtype: torch.dtype
35
36Quant = Union[BlockQuant, KQuant]
37

Callers 1

convert.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected