Set kv cache size to f16 by default
This commit is contained in:
parent
9c8c2c37dc
commit
6e298d8fca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Llama:
|
||||||
n_ctx: int = 512,
|
n_ctx: int = 512,
|
||||||
n_parts: int = -1,
|
n_parts: int = -1,
|
||||||
seed: int = 1337,
|
seed: int = 1337,
|
||||||
f16_kv: bool = False,
|
f16_kv: bool = True,
|
||||||
logits_all: bool = False,
|
logits_all: bool = False,
|
||||||
vocab_only: bool = False,
|
vocab_only: bool = False,
|
||||||
use_mmap: bool = True,
|
use_mmap: bool = True,
|
||||||
|
|
Loading…
Reference in a new issue