Skip to content

How to turn off MMAP? #557

Closed Answered by bnusunny
bnusunny asked this question in Q&A
Discussion options

You must be logged in to vote

I found out how to disable MMAP without changing the code. In the configuration file, you just specify mmap: false.

name: gpt-3.5-turbo
# Default model parameters
parameters:
  # Relative to the models path
  model: WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin
  repeat_penalty: 1.2
  temperature: 0.2
  mmap: false
  mmlock: false

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bnusunny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant