manojpatil commited on
Commit
131a740
·
1 Parent(s): 02880bc

Update app.py

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