error when using autotokenizer
#67
by
rohanarima - opened
I happen to run into error whenever i run the following:
tokenizer = AutoTokenizer.from_pretrained("gemma-2-9b-it")
It always reports missing additional_chat_templates in main.
Anyone can help on this?