MarcosFRGames commited on
Commit
b7adfbb
·
verified ·
1 Parent(s): 1cd88e2

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=True,
59
  mmap=True,
60
  low_vram=True,
61
  vocab_only=False,
 
55
  n_batch=n_batch,
56
  n_threads=2,
57
  n_threads_batch=2,
58
+ use_mlock=False,
59
  mmap=True,
60
  low_vram=True,
61
  vocab_only=False,