apply_chat_template does not work

#2
by Dipto084 - opened

prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)

This command is producing an error saying, no chat template is available for this processor. Works fine for the 7B model though. Doesn't work for 34B model. What could be a potential fix?

Sign up or log in to comment