Spaces:
Sleeping
Sleeping
Update rag_utils.py
Browse files- 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=
|
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 |
)
|