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

AutoTokenizer vs. LlamaTokenizer #490

Open
joe-kwon-lg opened this issue Aug 14, 2023 · 0 comments
Open

AutoTokenizer vs. LlamaTokenizer #490

joe-kwon-lg opened this issue Aug 14, 2023 · 0 comments

Comments

@joe-kwon-lg
Copy link

This is because LLaMA models need to use LLamaTokenizer for loading, and using AutoTokenizer for llama may cause infinite recursion problems, which is related to the transformers version.

Can somebody please explain what this means in a little more detail? It's not clear to me why AutoTokenizer can cause issues, and what it means for it to have infinite recursion problems.

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

1 participant