Fawaz0ibra commited on
Commit
c59fd98
·
verified ·
1 Parent(s): 64c26a4

Update chain_setup.py

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