minimal-llama
minimal-llama copied to clipboard
AttributeError: module transformers.models.llama has no attribute LLaMATokenizer
Hi I can load the model fine via model = transformers.LLaMAForCausalLM.from_pretrained("/content/drive/MyDrive/llama-13b-hf/") but Im not finding the LLaMATokenizer, so receiving the error AttributeError: module transformers.models.llama has no attribute LLaMATokenizer