llama-quantize: --dry-run option (#1309)

This commit is contained in:
Kawrakow
2026-02-24 15:21:52 +01:00
committed by GitHub
parent 96b8298472
commit cfb6747776
4 changed files with 64 additions and 49 deletions
+1
View File
@@ -490,6 +490,7 @@ extern "C" {
bool keep_split; // quantize to the same number of shards
bool ignore_imatrix_rules; // If set to true, the built-in rules for refusing to quantize into certain quants without imatrix are ignored
bool only_repack; // Only repack tensors
bool dry_run; //
void * imatrix; // pointer to importance matrix data
void * kv_overrides; // pointer to vector containing overrides
void * custom_quants; // pointer to vector containing custom quantization rules