-
Notifications
You must be signed in to change notification settings - Fork 518
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
Using llama3 through lit lama #487
Comments
While this repository is only focused on the first Llama model to keep the code as simple and readable as possible, we have the LitGPT repository (which is an extension of Lit-Llama) that also now supports Llama 3 as of Friday, thanks to @awaelchli Hopefully this addressed your needs. And please let us know in case you bump into any issues. |
Thank you for your answer |
Due to meta-ai lama-3-8b not using sentencePiece, but litgpt/tokenizer. py still uses sentencePiece. When I use the |
I just saw your comment also in Lightning-AI/litgpt#1333. Let's continue the discussion there. |
@fireyanci A few notes here:
|
If I want to use llama3 through lit lama, how can I modify it? I found that the model structure of llama3 has changed
The text was updated successfully, but these errors were encountered: