mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Update context size defaults Close #11
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user