We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
llama-2-7b-chat.ggmlv3.q8_0.bin
poetry run python main.py "question text?"
"Illegal instruction"
Some questions take longer to return the same.
Any clues?
The text was updated successfully, but these errors were encountered:
Maybe you are running on a VM environment, and cat /proc/cpuinfo | grep flags has no avx or certain required flag.
cat /proc/cpuinfo | grep flags
avx
In such case, try to adjust VM CPU settings.
Sorry, something went wrong.
No branches or pull requests
llama-2-7b-chat.ggmlv3.q8_0.bin
downloaded todaypoetry run python main.py "question text?"
returns just one line:"Illegal instruction"
Some questions take longer to return the same.
Any clues?
The text was updated successfully, but these errors were encountered: