Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawrakow committed Aug 24, 2024
1 parent a790744 commit eaba098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16606,7 +16606,7 @@ struct llama_model_quantize_params llama_model_quantize_default_params() {
/*.only_copy =*/ false,
/*.pure =*/ false,
/*.keep_split =*/ false,
/*.ignore_imatrix_rules =*/ false,
/*.ignore_imatrix_rules =*/ false, // [kawrakow]
/*.imatrix =*/ nullptr,
/*.kv_overrides =*/ nullptr,
};
Expand Down

0 comments on commit eaba098

Please sign in to comment.