ArturG9 commited on
Commit
fc596d7
·
verified ·
1 Parent(s): 9481a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def create_conversational_rag_chain(retriever):
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,
168
  n_batch=2000,
169
  max_tokens=200,
 
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,
168
  n_batch=2000,
169
  max_tokens=200,