-
Notifications
You must be signed in to change notification settings - Fork 40
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
Illegal instruction (core dumped) #63
Comments
This is my env
|
I change a new env:
and same error
|
Thanks for reporting this. Let me try to reproduce on my end and get back to you |
Hello, could you please try the latest 2.14 release intel extension for TensorFlow https://github.com/intel/intel-extension-for-tensorflow/releases/tag/v2.14.0.1? This release is verified on 2ed Gen Xeon scalable processors. Many thanks! |
Hi @YuningQiu , same error
update already
|
Hello, I am not able to reproduce the issue on my side. $ lscpu $ pip list |grep tensorflow $ pip list absl-py 2.1.0 $ python -c "import intel_extension_for_tensorflow as itex; print(itex.version)" Could you please try upgrade your pip version and try "pip install --upgrade intel-extension-for-tensorflow[cpu]" again? |
Hi @YuningQiu , This is my list
maybe instruction does not support ?
|
@YuningQiu , actually, same err in my new env :
this is error
|
Hello, I think SKU 6133 CPUs are not supported. Latest ITEX should support starting from 2nd GEN. Could you please collect the gdb back trace using this command so that we can get more information? |
This is back trace
|
@wswsmao if you are using venv, please help to switch to conda. |
Hi @guizili0, seem like just pip install in doc ? |
conda cmd
|
@wswsmao Sorry for the confuse, I mean you can cerate env via conda and then use pip to install. |
|
@wswsmao In our validation, we also test venv, but did not reproduce this issue.
output is:
|
|
Hi @guizili0, I have run this demo in conda there are many confuses:
|
2024-03-08 11:44:24.621184: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
I recommend to create two cond environments. One with ITEX another without ITEX. |
@xiguiw ok, I will try it |
@wswsmao In my understanding, there is a soft-link venv can cause ITEX so file load twice, that would cause this crash issue. You can try to remove this soft-link, and check if the issue is gone. To find the soft-link, you can use
|
@guizili0 It works.
I remove the so in |
Hello,
I get similar questions as this issue below
#51
this is report
There are my version
AND,I can not install ITEX 1.2.0
So,I can only install ITEX 2.13.0
The text was updated successfully, but these errors were encountered: