imatrix : only warn about suffix when output format is unspecified

This commit is contained in:
Francis Couture-Harpin
2025-08-03 18:12:06 -04:00
parent afa43e13c8
commit 342e7014db
3 changed files with 8 additions and 8 deletions

View File

@@ -439,7 +439,7 @@ struct common_params {
int32_t n_out_freq = 10; // output the imatrix every n_out_freq iterations
int32_t n_save_freq = 0; // save the imatrix every n_save_freq iterations
int32_t i_chunk = 0; // start processing from this chunk
bool imat_dat = false; // whether the legacy imatrix.dat format should be output
int8_t imat_dat = 0; // whether the legacy imatrix.dat format should be output (gguf <= 0 < dat)
bool process_output = false; // collect data for the output tensor
bool compute_ppl = true; // whether to compute perplexity