From 3c8d1abcff7d5b317d2e56d2c3ee5ffa3b3b6011 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Mon, 5 Aug 2024 16:41:02 +0800 Subject: [PATCH] delete the extra whitespace --- examples/infill/infill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/infill/infill.cpp b/examples/infill/infill.cpp index 37e217f49..92d630b15 100644 --- a/examples/infill/infill.cpp +++ b/examples/infill/infill.cpp @@ -180,7 +180,7 @@ int main(int argc, char ** argv) { // load the model and apply lora adapter, if any LOG("%s: load the model and apply lora adapter, if any\n", __func__); llama_init_result llama_init = llama_init_from_gpt_params(params); - + model = llama_init.model; ctx = llama_init.context;