Hi,
I am trying to load tokenizer for llama2 using AutoTokenizer but I am facing this issue
âââOSError: Canât load tokenizer for âmeta-llama/Llama-2-7b-hfâ. If you were trying to load it from âModels - Hugging Faceâ, make sure you donât have a local directory with the same name. Otherwise, make sure âmeta-llama/Llama-2-7b-hfâ is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
âââ
any help is appreciated!
Thanks