Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ is_k_quant
Function
is_k_quant
src/codec.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
bool is_k_quant(Quant quant) {
67
return quant == Quant::Q2_K || quant == Quant::Q3_K;
68
}
69
70
std::string codec_dtype_to_string(CodecDType dtype) {
71
switch (dtype) {
Callers
2
matmul_expert
Function · 0.85
from_codec_tensor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected