Skip to content

Commit 5c4ba81

Browse files
committed
Remove comment
1 parent 26df64a commit 5c4ba81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16322,7 +16322,6 @@ struct llama_context * llama_new_context_with_model(
1632216322
/// LORA
1632316323
struct export_lora_params * lora_params = new struct export_lora_params;
1632416324
struct lora_info lora;
16325-
// lora.filename = "./models/open-llama/lora-ggml-model-q8_0-hot-lora-LATEST.bin";
1632616325
lora.filename = params.hot_lora;
1632716326
if (strlen(params.hot_lora) > 0) {
1632816327

0 commit comments

Comments
 (0)