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

Implent two types of rope & Add support to tinyllama-1.1B-chat-v0.2 #408

Closed
wants to merge 1 commit into from

Conversation

magician-blue
Copy link

I have implented 2 type of ROPE:

  • falcon style roate the first and second half of the dims
  • llama style roate the even and odd dims

Support TinyLlama-1.1B-chat-v0.2

I have hardcode the str_lookup part to recognize the '\n' which is <0x0A> in the tokenizer.model.

Add support to tinyllama-1.1B-chat-v0.2
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

Successfully merging this pull request may close these issues.

1 participant