Made it compile with ik_llama

This commit is contained in:
Saood Karim
2025-02-22 21:50:50 -06:00
parent e7c8b0df6c
commit dfaf65109a
2 changed files with 41 additions and 31 deletions

View File

@@ -269,6 +269,8 @@ struct gpt_params {
bool spm_infill = false; // suffix/prefix/middle pattern for infill
std::string lora_outfile = "ggml-lora-merged-f16.gguf";
bool sweep_bench_output_jsonl = false;
};
void gpt_params_handle_hf_token(gpt_params & params);