From 3ef23fd45564cd3f23be0d9fa9f2e8cf8f30b9ca Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 2 Feb 2024 11:35:57 +0100 Subject: [PATCH] fix: removed debug option --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 7dcd71b..e4ca1ac 100755 --- a/main.py +++ b/main.py @@ -119,7 +119,6 @@ llm = Llama( model_path="./mistral-7b-instruct-v0.2.Q4_K_M.gguf", chat_format="llama-2", verbose=False, - echo=True, n_ctx=0, )