-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which version of transformers is it? Please download it below #1
Comments
Same problem here although I used the right version: pip install git+https://github.com/huggingface/transformers.git@refs/pull/21955/merge |
Apparently they have a typo in their code the second L should be lowercase:
Install this: pip install git+https://github.com/huggingface/transformers.git@refs/pull/21955/merge |
Hmm, I don't see a case typo... also the launch.ps1 should have installed that merge and sentence piece, if it does fail you are correct: pip install git+https://github.com/huggingface/transformers.git@refs/pull/21955/merge |
Ok, I really appreciate your answer |
Was the hugginface repo deleted? I'm getting this error:
EDIT: |
issue with cloning hugging face repo Collecting git+https://github.com/huggingface/transformers.git@refs/pull/22209/merge |
Try this :
Then on src/llama.py Then replace :
Does this fix your problem ? |
AttributeError: module transformers has no attribute LLaMATokenizer Thanks
The text was updated successfully, but these errors were encountered: