llama-quantize: --dry-run option

This commit is contained in:
Kawrakow
2026-02-23 15:16:10 +00:00
parent 68bd30d99c
commit 1a40325265
4 changed files with 64 additions and 49 deletions

View File

@@ -4412,6 +4412,7 @@ struct llama_model_quantize_params llama_model_quantize_default_params() {
/*.keep_split =*/ false,
/*.ignore_imatrix_rules =*/ false,
/*.only_repack =*/ false,
/*.dry_run =*/ false,
/*.imatrix =*/ nullptr,
/*.kv_overrides =*/ nullptr,
/*.custom_quants =*/ nullptr,