Update context size defaults Close #11
This commit is contained in:
parent
c0a5c0171f
commit
f7ab8d55b2
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ llama = llama_cpp.Llama(
|
||||||
embedding=True,
|
embedding=True,
|
||||||
n_threads=6,
|
n_threads=6,
|
||||||
n_batch=2048,
|
n_batch=2048,
|
||||||
|
n_ctx=2048,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue