common : use GGUF for imatrix output by default
This commit is contained in:
parent
2d79a7077c
commit
c7a32e761d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue