MCPcopy 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
66bool is_k_quant(Quant quant) {
67 return quant == Quant::Q2_K || quant == Quant::Q3_K;
68}
69
70std::string codec_dtype_to_string(CodecDType dtype) {
71 switch (dtype) {

Callers 2

matmul_expertFunction · 0.85
from_codec_tensorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected