llama : restore comment [no ci]
This commit is contained in:
parent
c0f1bb3942
commit
029e60932f
1 changed files with 1 additions and 1 deletions
|
@ -20463,7 +20463,7 @@ void llama_kv_cache_update(struct llama_context * ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool llama_kv_cache_can_shift(struct llama_context * ctx) {
|
bool llama_kv_cache_can_shift(struct llama_context * ctx) {
|
||||||
return ctx->model.arch != LLM_ARCH_DEEPSEEK2;
|
return ctx->model.arch != LLM_ARCH_DEEPSEEK2; // not supported due to MLA
|
||||||
}
|
}
|
||||||
|
|
||||||
// deprecated
|
// deprecated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue