-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for Llama3-8B-Instruct model #4
Comments
Thanks for your attention and sorry for the delayed reply! Since the versions of pyramidinfer/models/modeling_llama_pyramidinfer.py Lines 761 to 859 in 0c1f3f3
|
we have supported transformers |
Great work!
I am trying to run pyramidinfer with a Llama3-8B-Instruct model, but it seems that the version of "transformers" is too old to load the weight of Llama3-8B model.
I ran this command to run a demo for Llama3-8B:
and I got this warning:
Could you please provide more details on how to run pyramidinfer with a Llama3-8B model?
The text was updated successfully, but these errors were encountered: