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

Function PYBIND11_MODULE

quantizer.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
69 m.def("quantize_q2_k", &quantize_q2_k, "Quantize a tensor to Q2_K format");
70 m.def("quantize_q3_k", &quantize_q3_k, "Quantize a tensor to Q3_K format");
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected