From c09fa60daa7701f4e4ff039c07ba9c63c82f2d05 Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Wed, 7 Jan 2026 18:26:16 +0000 Subject: [PATCH] Update parameter names --- src/llama-quant.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/llama-quant.cpp b/src/llama-quant.cpp index dc695fba0e..12264232a3 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -2305,9 +2305,9 @@ llama_model_quantize_params llama_model_quantize_default_params() { /*.prune_layers =*/ nullptr, /*.target_bpw =*/ -1.0f, /*.target_size =*/ -1, - /*.keep_bpw_state =*/ false, - /*.bpw_state =*/ nullptr, - /*.no_importance =*/ false + /*.save_state =*/ false, + /*.state_file =*/ nullptr, + /*.ignore_tensor_importance =*/ false }; return result;