From c7a32e761dc96c559d6227b1fe4996ae1445b07a Mon Sep 17 00:00:00 2001 From: Francis Couture-Harpin Date: Thu, 30 Jan 2025 19:56:20 -0500 Subject: [PATCH] common : use GGUF for imatrix output by default --- common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.h b/common/common.h index d7c08f20a..d10ec6235 100644 --- a/common/common.h +++ b/common/common.h @@ -275,7 +275,7 @@ struct gpt_params { int32_t i_pos = -1; // position of the passkey in the junk text // imatrix params - std::string out_file = "imatrix.dat"; // save the resulting imatrix to this file + std::string out_file = "imatrix.gguf"; // save the resulting imatrix to this file 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