Exception: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 40 column 3

#7
by sahaavi - opened

Getting this error while trying to execute this line of code.

tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-v0.1", cache_dir=custom_cache_dir)

Can you confirm you are running the latest version of transformers?

Sign up or log in to comment