Spaces:
Paused
Paused
Commit
·
fce5d3f
1
Parent(s):
090e312
Update llm.py
Browse files
llm.py
CHANGED
@@ -186,7 +186,7 @@ def ask_ai(
|
|
186 |
-20000
|
187 |
)
|
188 |
llm = LlamaCpp(model_path=model_path,
|
189 |
-
n_ctx=
|
190 |
use_mlock=True,
|
191 |
n_parts=-1,
|
192 |
temperature=temprature,
|
|
|
186 |
-20000
|
187 |
)
|
188 |
llm = LlamaCpp(model_path=model_path,
|
189 |
+
n_ctx=512,
|
190 |
use_mlock=True,
|
191 |
n_parts=-1,
|
192 |
temperature=temprature,
|