still not really working right

This commit is contained in:
LostRuins Concedo
2025-11-09 01:57:48 +08:00
48 changed files with 3193 additions and 2705 deletions
+4
View File
@@ -503,6 +503,10 @@ struct common_params {
// return false from callback to abort model loading or true to continue
llama_progress_callback load_progress_callback = NULL;
void * load_progress_callback_user_data = NULL;
bool has_speculative() const {
return !speculative.model.path.empty() || !speculative.model.hf_repo.empty();
}
};
// call once at the start of a program if it uses libcommon