Formatting

This commit is contained in:
Andrei Betlen 2023-04-08 16:01:18 -04:00
parent 0a5c551371
commit 0067c1a588

View file

@ -30,7 +30,7 @@ class Settings(BaseSettings):
n_batch: int = 8
n_threads: int = ((os.cpu_count() or 2) // 2) or 1
f16_kv: bool = True
use_mlock: bool = False # This causes a silent failure on platforms that don't support mlock (e.g. Windows) took forever to figure out...
use_mlock: bool = False # This causes a silent failure on platforms that don't support mlock (e.g. Windows) took forever to figure out...
embedding: bool = True
last_n_tokens_size: int = 64