ArturG9 commited on
Commit
d4a4176
·
verified ·
1 Parent(s): b2ec3a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,