Fawaz0ibra commited on
Commit
6a9ca5b
·
verified ·
1 Parent(s): d58f466

Update chain_setup.py

Browse files
Files changed (1) hide show
  1. chain_setup.py +1 -0
chain_setup.py CHANGED
@@ -21,6 +21,7 @@ def load_llm():
21
  n_ctx=2048,
22
  n_batch=512,
23
  chat_format="chatml",
 
24
  grammar_path="empty.jinja" # ensure this file exists and is empty
25
  )
26
 
 
21
  n_ctx=2048,
22
  n_batch=512,
23
  chat_format="chatml",
24
+ grammar="",
25
  grammar_path="empty.jinja" # ensure this file exists and is empty
26
  )
27