-
Notifications
You must be signed in to change notification settings - Fork 3
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
Transformers version #10
Comments
Hi! Thanks for your interest and sorry for the error. |
Thank you for your guidance! I switched to llama3 and it worked fine. You are doing a great job! Do you have any plans to support newer llamas since Meta just released 3.3 literally few days ago? |
Thanks for trying! Support for llama 3 is on the todo list, but before that I was planning (and stuck on) finding a good way to get interpretations out of llama 3. How's your experience with outputs from llama 3? The last time I tried it I kept getting refusal from model maybe due to its safety mechanism. |
For llama3, |
Hello, I'm a follower of your work, what you did is amazing and I want to dive into further by first reproduce your work. However, I happened to meet some problems here, something about the version of transformer.
As I am running the first cell in
demo.ipynb
, an Error occured.After carefully examined my problem, the problem could be fixed by upgrading the version of transformers. But that would result in another error(let's leave out this one). Since in your readme you tested your code with
transformers==4.34.0
. I don't know how to deal with this problem.I am new to this area, so sorry if this question is silly.
Environment
Model type: Llama-3.1-8B-Instruct (Since in your readme you claimed
the library supports all LLaMA models.
)Origin Error Output
Thank you for your time and patience.
The text was updated successfully, but these errors were encountered: