From 624699c53f986a4e5cfeb3dba8f621c6d7a58dfc Mon Sep 17 00:00:00 2001 From: ibrahimkhadraoui Date: Mon, 7 Jul 2025 17:20:24 +0400 Subject: [PATCH] cleaning debugging stuff --- src/llama-context.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/llama-context.cpp b/src/llama-context.cpp index e319beaa98..0eabc76ddf 100644 --- a/src/llama-context.cpp +++ b/src/llama-context.cpp @@ -2220,14 +2220,8 @@ llama_context * llama_init_from_model( return nullptr; } - // try { auto * ctx = new llama_context(*model, params); return ctx; - // } catch (const std::exception & err) { - // LLAMA_LOG_ERROR("%s: failed to initialize the context: %s\n", __func__, err.what()); - // } - - // return nullptr; } // deprecated