Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ BlockQuant
Class
BlockQuant
convert.py:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
@dataclasses.dataclass
26
class
BlockQuant:
27
name: Literal[
"fp32"
,
"fp16"
,
"f8e5m2"
]
28
block_size: Union[Tuple[int, int], None]
29
dtype: torch.dtype
30
31
@dataclasses.dataclass
32
class
KQuant:
Callers
1
convert.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected