We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3642c commit c3ec230Copy full SHA for c3ec230
1 file changed
llama_cpp/llama.py
@@ -78,7 +78,7 @@ def __init__(
78
# Context Params
79
seed: int = llama_cpp.LLAMA_DEFAULT_SEED,
80
n_ctx: int = 512,
81
- n_batch: int = 512,
+ n_batch: int = 2048,
82
n_ubatch: int = 512,
83
n_seq_max: int = 1,
84
n_threads: Optional[int] = None,
0 commit comments