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

Update chain_setup.py

Browse files
Files changed (1) hide show
  1. chain_setup.py +2 -1
chain_setup.py CHANGED
@@ -25,7 +25,8 @@ def load_llm():
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
 
25
  streaming=True,
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