Spaces:
Runtime error
Runtime error
Commit
·
e3b9720
1
Parent(s):
b0184f6
Update app.py
Browse files
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="
|
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,
|