big-thousand commited on
Commit
d002cc3
1 Parent(s): be0c528
Files changed (1) hide show
  1. modules/llamacpp_model.py +1 -1
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': 8,
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,