Skip to content
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

from transformers import LLaMATokenizer, LLaMAForCausalLM wrong #1

Open
dizhi916 opened this issue Mar 24, 2023 · 2 comments
Open

from transformers import LLaMATokenizer, LLaMAForCausalLM wrong #1

dizhi916 opened this issue Mar 24, 2023 · 2 comments

Comments

@dizhi916
Copy link

i use pip install transformers but when i input from transformers import LLaMATokenizer, LLaMAForCausalLM . its wrong. how to deal it

@believeland23
Copy link

same question

@yayeoCddy
Copy link

  1. install transformers from source
  2. Now, LLaMATokenizer, LLaMAForCausalLM -> LlamaTokenizer, LlamaForCausalLM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants