cont : fix

This commit is contained in:
Georgi Gerganov 2026-01-02 16:00:25 +02:00
parent d96d0417d1
commit bd5de6bab9
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ llama_context::llama_context(
reserve();
if (cparams.flash_attn) {
if (!cparams.flash_attn) {
if (ggml_is_quantized(params.type_v)) {
throw std::runtime_error("quantized V cache was requested, but this requires Flash Attention");
}