-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Alpaca 7B faults on both macOS arm64 and Linux ppc64le #379
Comments
The error message is slightly different on the POWER9 Linux system but faults at the same point. Backtrace:
|
Are your model files correct? sha256sum of e: this was probably wrong (some of?) the hashes currently found in the SHA256SUMS file are wrong #374 |
The hash indeed does not match. I have now downloaded an older set of weights for Alpaca 7B that matches the hash in the alpaca.cpp project (
This can probably be closed if this is really just a special case of #374. |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
From tip as of this posting, trying to use the available Alpaca 7B model weights causes a fault (out of memory?) on both my macOS and Linux systems. However, LLaMA 7B works fine. M1 MacBook Air with Ventura and 16GB of RAM, and Raptor Talos II 64-thread POWER9 with 64GB RAM. Using the recommended command line,
The text was updated successfully, but these errors were encountered: