Release/0.6.2.post3: carry kt-kernel SwiGLU clamp companion missing from post2

This commit is contained in:
Benjamin F
2026-05-10 03:55:02 +08:00
committed by GitHub
parent 37db9a3b83
commit bb15fdf47e
9 changed files with 100 additions and 6 deletions

View File

@@ -757,6 +757,8 @@ PYBIND11_MODULE(kt_kernel_ext, m) {
.def_readwrite("down_type", &GeneralMOEConfig::down_type)
.def_readwrite("hidden_type", &GeneralMOEConfig::hidden_type)
.def_readwrite("max_cache_depth", &GeneralMOEConfig::max_cache_depth)
// V4-Flash 2604B SwiGLU clamp limit (0.0 = disabled). See common.hpp.
.def_readwrite("swiglu_limit", &GeneralMOEConfig::swiglu_limit)
;