Support Kimi Linear (#12469)
Co-authored-by: yizhang2077 <1109276519@qq.com>
This commit is contained in:
@@ -1028,6 +1028,11 @@ class ServerArgs:
|
||||
logger.info(
|
||||
f"Using {self.attention_backend} as attention backend for {model_arch}."
|
||||
)
|
||||
elif model_arch in ["KimiLinearForCausalLM"]:
|
||||
logger.warning(
|
||||
f"Disabling Radix Cache for {model_arch} as it is not yet supported."
|
||||
)
|
||||
self.disable_radix_cache = True
|
||||
|
||||
if is_deepseek_nsa(hf_config):
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user