mikupad.html in ik_llama.cpp (functional but WIP)

This commit is contained in:
Saood Karim
2025-06-26 02:14:20 -05:00
parent 5236c98b41
commit 4c7579e617
14 changed files with 8838 additions and 2 deletions

View File

@@ -1405,6 +1405,11 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
}
return true;
}
if (arg == "--sql-save-file") {
CHECK_ARG
params.sql_save_file = argv[i];
return true;
}
if (arg == "--chat-template") {
CHECK_ARG
if (!llama_chat_verify_template(argv[i])) {