Update chat_templates.py
This commit is contained in:
parent
7f864dc8dd
commit
4dda039cb1
1 changed files with 1 additions and 0 deletions
|
|
@ -528,6 +528,7 @@ def get_chat_template(
|
|||
chat_template, stop_word = chat_template
|
||||
assert(type(chat_template) is str)
|
||||
assert(type(stop_word) is str)
|
||||
ollama_modelfile = None
|
||||
|
||||
elif type(chat_template) is str:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue