Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
KQuant:
33
name: Literal[
"q2_k"
,
"q3_k"
]
34
dtype: torch.dtype
35
36
Quant = Union[BlockQuant, KQuant]
37
Callers
1
convert.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected