Programmes commited on
Commit
859e59f
·
verified ·
1 Parent(s): 6de8aed

Update rag_utils.py

Browse files
Files changed (1) hide show
  1. rag_utils.py +1 -1
rag_utils.py CHANGED
@@ -33,7 +33,7 @@ def generate_answer(question, context):
33
 
34
  llm = Llama(
35
  model_path=model_file,
36
- n_ctx=3072,
37
  n_threads=6,
38
  verbose=False
39
  )
 
33
 
34
  llm = Llama(
35
  model_path=model_file,
36
+ n_ctx=2048,
37
  n_threads=6,
38
  verbose=False
39
  )