oriza commited on
Commit
1bec683
1 Parent(s): c07f213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from langchain.schema.runnable import RunnablePassthrough
7
 
8
 
9
  llm = LlamaCpp(
10
- model_path="/TheBloke/Llama-2-7b-Chat-GGUF/blob/main/llama-2-7b-chat.Q5_K_M.gguf",
11
  temperature=0.75,
12
  max_tokens=2000,
13
  top_p=1,
 
7
 
8
 
9
  llm = LlamaCpp(
10
+ model_path="llama-2-7b-chat.Q5_K_M.gguf",
11
  temperature=0.75,
12
  max_tokens=2000,
13
  top_p=1,