IlyaGusev commited on
Commit
b281520
1 Parent(s): ed7c17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ model = Llama(
48
  model_path=final_model_path,
49
  verbose=True,
50
  use_mmap=False,
51
- use_mlock=True,
52
  n_ctx=2000,
53
  )
54
  print("Model loaded!")
 
48
  model_path=final_model_path,
49
  verbose=True,
50
  use_mmap=False,
51
+ use_mlock=False,
52
  n_ctx=2000,
53
  )
54
  print("Model loaded!")