matthoffner commited on
Commit
081b510
·
1 Parent(s): fef1031

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -88,7 +88,7 @@ def construct_index(
88
 
89
  llm = LlamaCpp(
90
  model_path=model_path,
91
- n_ctx=4096,
92
  use_mlock=True,
93
  n_parts=-1,
94
  temperature=0.7,
 
88
 
89
  llm = LlamaCpp(
90
  model_path=model_path,
91
+ n_ctx=2048,
92
  use_mlock=True,
93
  n_parts=-1,
94
  temperature=0.7,