-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
python3 server.py --chat Ilegal instruction ('core' generated) #2163
Comments
Your cpu does not support You can run You can run |
What I am suposed to do now? |
Torch was compiled with avx instructions but your cpu does not support them.
You could try Compiling PyTorch from source and disable avx instructions. |
I am not that experienced user to achieve that task... I guess I cant go ahead more... |
FULL DEBUGG:
|
This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, please leave a comment below. |
@Yeecy-sketch I am not a Linux debugging expert, but given this stack trace I'd say this is crashing in PyArrow, not in PyTorch. The crash is because the PyArrow is compiled with The solution is to recompile PyArrow, not PyTorch. Another option is to buy a new PC. |
Describe the bug
While launching the comand
python3 server.py --chat
I get the errorIlegal instruction ('core' generated)
There is no way to obtain more information about the error
Is there an existing issue for this?
Reproduction
Even debugging to obtain a log of the error, does not shows any kind of information.
Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: