From 5c4ba81933f417ce9378572513057dd4db6feebf Mon Sep 17 00:00:00 2001 From: ltoniazzi Date: Fri, 21 Jun 2024 18:00:12 +0100 Subject: [PATCH] Remove comment --- llama.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 467ab0f29..15e83b0c4 100644 --- a/llama.cpp +++ b/llama.cpp @@ -16322,7 +16322,6 @@ struct llama_context * llama_new_context_with_model( /// LORA struct export_lora_params * lora_params = new struct export_lora_params; struct lora_info lora; - // lora.filename = "./models/open-llama/lora-ggml-model-q8_0-hot-lora-LATEST.bin"; lora.filename = params.hot_lora; if (strlen(params.hot_lora) > 0) {