Closed IngwiePhoenix closed 1 year ago
did you install transformers original or the pip install git+https://github.com/zphang/transformers.git@llama_push
after uninstalling with pip uninstall transfromers
?
Tokenizer has been renamed back 2 months ago. Issue should be solved with newer models and newer codebases.
Hello!
I am not very much a python guy, but since my recent experiments with AI, I have gotten more used to how it works.
After following your LLaMa tutorial, I kept getting the error that the
LLaMATokenizer
was not found. After a bit of investigating, I found this:So, perhaps the classnames are invalid? Anything I can do here?
Thanks and kind regards, Ingwie