Update parameter names

This commit is contained in:
Ed Addario 2026-01-07 18:26:16 +00:00
parent e209fb57a9
commit c09fa60daa
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 3 additions and 3 deletions

View File

@ -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;