llama : enable LLAMA_SET_ROWS=1 by default (#14959)

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-08-02 17:14:21 +03:00 committed by GitHub
parent 15e92fd337
commit a4569c41fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -230,7 +230,7 @@ private:
// env: LLAMA_SET_ROWS (temporary)
// ref: https://github.com/ggml-org/llama.cpp/pull/14285
bool supports_set_rows = false;
bool supports_set_rows = true;
const llama_swa_type swa_type = LLAMA_SWA_TYPE_NONE;