manojpatil commited on
Commit
e3b9720
·
1 Parent(s): b0184f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def stream(input_text,prompt,context1,context2) -> Generator:
192
  # Initialize the LLM we'll be using
193
 
194
  llm = LlamaCpp(
195
- model_path="./llama-2-7b-chat.Q5_K_M.gguf", # model path
196
  callbacks=[QueueCallback(q)],
197
  verbose=True,
198
  n_ctx=4000,
 
192
  # Initialize the LLM we'll be using
193
 
194
  llm = LlamaCpp(
195
+ model_path="llama-2-7b-chat.Q5_K_M.gguf", # model path
196
  callbacks=[QueueCallback(q)],
197
  verbose=True,
198
  n_ctx=4000,