We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d79a70 commit c7a32e7Copy full SHA for c7a32e7
common/common.h
@@ -275,7 +275,7 @@ struct gpt_params {
275
int32_t i_pos = -1; // position of the passkey in the junk text
276
277
// imatrix params
278
- 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
279
280
int32_t n_out_freq = 10; // output the imatrix every n_out_freq iterations
281
int32_t n_save_freq = 0; // save the imatrix every n_save_freq iterations
0 commit comments