Update app.py
Browse files
app.py
CHANGED
@@ -162,6 +162,7 @@ def create_conversational_rag_chain(retriever):
|
|
162 |
|
163 |
llm = llamacpp.LlamaCpp(
|
164 |
model_path = "qwen2-0_5b-instruct-q8_0.gguf",
|
|
|
165 |
n_gpu_layers=0,
|
166 |
temperature=0.0,
|
167 |
n_ctx=22000,
|
|
|
162 |
|
163 |
llm = llamacpp.LlamaCpp(
|
164 |
model_path = "qwen2-0_5b-instruct-q8_0.gguf",
|
165 |
+
seed = 42,
|
166 |
n_gpu_layers=0,
|
167 |
temperature=0.0,
|
168 |
n_ctx=22000,
|