fix: removed debug option

main
Antonio De Lucreziis 7 months ago
parent 8858b64324
commit 3ef23fd455

@ -119,7 +119,6 @@ llm = Llama(
model_path="./mistral-7b-instruct-v0.2.Q4_K_M.gguf", model_path="./mistral-7b-instruct-v0.2.Q4_K_M.gguf",
chat_format="llama-2", chat_format="llama-2",
verbose=False, verbose=False,
echo=True,
n_ctx=0, n_ctx=0,
) )

Loading…
Cancel
Save