From b4028edb9a93ea62d87d5c4f5c2737f02e401b65 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 18 Jun 2023 14:26:35 +0200 Subject: [PATCH] a debug line slipped in --- libfalcon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfalcon.cpp b/libfalcon.cpp index 31b0dc10b..226c1ef22 100644 --- a/libfalcon.cpp +++ b/libfalcon.cpp @@ -1375,7 +1375,7 @@ size_t vram_reserved=1024*1024*512; //will be adapted by model lctx.t_load_us = ggml_time_us() - lctx.t_start_us; } -#include + static bool falcon_model_load( const std::string & fname, falcon_context & lctx,