Spaces:
Build error
Build error
big-thousand
commited on
Commit
•
d002cc3
1
Parent(s):
be0c528
fix
Browse files
modules/llamacpp_model.py
CHANGED
@@ -42,7 +42,7 @@ class LlamaCppModel:
|
|
42 |
'model_path': str(path),
|
43 |
'n_ctx': 2048,
|
44 |
'seed': 0,
|
45 |
-
'n_threads':
|
46 |
'n_batch': shared.args.n_batch,
|
47 |
'use_mmap': not shared.args.no_mmap,
|
48 |
'use_mlock': shared.args.mlock,
|
|
|
42 |
'model_path': str(path),
|
43 |
'n_ctx': 2048,
|
44 |
'seed': 0,
|
45 |
+
'n_threads': 4,
|
46 |
'n_batch': shared.args.n_batch,
|
47 |
'use_mmap': not shared.args.no_mmap,
|
48 |
'use_mlock': shared.args.mlock,
|