Spaces:
Paused
Paused
Commit
·
081b510
1
Parent(s):
fef1031
Update llm.py
Browse files
llm.py
CHANGED
@@ -88,7 +88,7 @@ def construct_index(
|
|
88 |
|
89 |
llm = LlamaCpp(
|
90 |
model_path=model_path,
|
91 |
-
n_ctx=
|
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,
|