Fawaz0ibra commited on
Commit
a0fefd3
·
verified ·
1 Parent(s): b6565c6

Update chain_setup.py

Browse files
Files changed (1) hide show
  1. chain_setup.py +2 -1
chain_setup.py CHANGED
@@ -26,7 +26,8 @@ def load_llm():
26
  grammar_path="", # ensure this file exists and is empty
27
  use_jinja=False,
28
  rope_freq_base=10000.0,
29
- rope_freq_scale=1.0
 
30
  )
31
 
32
  return llm
 
26
  grammar_path="", # ensure this file exists and is empty
27
  use_jinja=False,
28
  rope_freq_base=10000.0,
29
+ rope_freq_scale=1.0,
30
+ use_mmap=True
31
  )
32
 
33
  return llm