mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-11 15:54:37 +00:00
fix merge bug, this branch also padding Marlin
This commit is contained in:
parent
024009675e
commit
f7f1059873
1 changed files with 1 additions and 0 deletions
|
@ -60,4 +60,5 @@ PYBIND11_MODULE(KTransformersOps, m) {
|
||||||
py::arg("a"), py::arg("b_q_weight"), py::arg("b_scales"), py::arg("g_idx"),
|
py::arg("a"), py::arg("b_q_weight"), py::arg("b_scales"), py::arg("g_idx"),
|
||||||
py::arg("perm"), py::arg("workspace"), py::arg("num_bits"), py::arg("size_m"),
|
py::arg("perm"), py::arg("workspace"), py::arg("num_bits"), py::arg("size_m"),
|
||||||
py::arg("size_n"), py::arg("size_k"), py::arg("is_k_full"));
|
py::arg("size_n"), py::arg("size_k"), py::arg("is_k_full"));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue