alen commited on
Commit
12fece3
·
verified ·
1 Parent(s): b74fe84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from langchain_community.llms import LlamaCpp
13
  vector_db_path = "vectorstores/db_faiss"
14
 
15
  llm = LlamaCpp(
16
- model_path="Qwen2-7B-Instruct.Q5_K_M.gguf",
17
  temperature=0.75,
18
  max_tokens=2000,
19
  top_p=1,
 
13
  vector_db_path = "vectorstores/db_faiss"
14
 
15
  llm = LlamaCpp(
16
+ model_path="Llama-3.1-8B-Instruct.Q3_K_L.gguf",
17
  temperature=0.75,
18
  max_tokens=2000,
19
  top_p=1,