MarcosFRGames commited on
Commit
68df4cf
·
verified ·
1 Parent(s): a244b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ class LLMManager:
55
  n_batch=n_batch,
56
  n_threads=2,
57
  n_threads_batch=2,
58
- use_mlock=False,
59
  mmap=True,
60
  low_vram=False,
61
  vocab_only=False,
 
55
  n_batch=n_batch,
56
  n_threads=2,
57
  n_threads_batch=2,
58
+ use_mlock=True,
59
  mmap=True,
60
  low_vram=False,
61
  vocab_only=False,