cont : cleanup

This commit is contained in:
Georgi Gerganov
2026-04-26 09:39:29 +03:00
parent 38d762d8fc
commit 68adf99ff7
6 changed files with 19 additions and 25 deletions

View File

@@ -3,7 +3,6 @@
#include "debug.h"
#include "log.h"
#include "llama.h"
#include "llama-cpp.h"
#include <clocale>
#include <string>
@@ -38,7 +37,7 @@ static bool run(llama_context * ctx, const common_params & params) {
int main(int argc, char ** argv) {
std::setlocale(LC_NUMERIC, "C");
base_callback_data cb_data;
common_debug_cb_user_data cb_data;
common_params params;