mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-21 21:08:32 +00:00
Release/0.6.2.post3: carry kt-kernel SwiGLU clamp companion missing from post2
This commit is contained in:
@@ -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)
|
||||
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user