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

Update chain_setup.py

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