Skip to content

Commit 2c359a2

Browse files
committed
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
2 parents 197cf80 + f374561 commit 2c359a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(
4949
use_mlock: bool = False,
5050
embedding: bool = False,
5151
n_threads: Optional[int] = None,
52-
n_batch: int = 8,
52+
n_batch: int = 512,
5353
last_n_tokens_size: int = 64,
5454
lora_base: Optional[str] = None,
5555
lora_path: Optional[str] = None,

0 commit comments

Comments
 (0)