llama : restore comment [no ci]

This commit is contained in:
Georgi Gerganov 2024-11-19 13:29:06 +02:00
parent c0f1bb3942
commit 029e60932f
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -20463,7 +20463,7 @@ void llama_kv_cache_update(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