-
Notifications
You must be signed in to change notification settings - Fork 88
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
AssertionError when running example scripts for Llama #1145
Comments
Any updates on this, does this script actually work in some environment? |
When I run the example script pippy_llama.py, I got: (truncated for conciseness)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when I try to run the
pippy_llama.py
in this repo, it show that there is a bug:The only change in my code is the directory of the Llama2 model, I have downloaded in the local directory because of network connection error. Also my dev environment is a server with 8 A40 GPUs, and I run this code in Pytorch NGC container, and I upgrade the orginal pytorch version to stable(2.5.0)
The text was updated successfully, but these errors were encountered: