Skip to content

Commit c7a32e7

Browse files
committed
common : use GGUF for imatrix output by default
1 parent 2d79a70 commit c7a32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ struct gpt_params {
275275
int32_t i_pos = -1; // position of the passkey in the junk text
276276

277277
// imatrix params
278-
std::string out_file = "imatrix.dat"; // save the resulting imatrix to this file
278+
std::string out_file = "imatrix.gguf"; // save the resulting imatrix to this file
279279

280280
int32_t n_out_freq = 10; // output the imatrix every n_out_freq iterations
281281
int32_t n_save_freq = 0; // save the imatrix every n_save_freq iterations

0 commit comments

Comments
 (0)